Fix flock64 structure on a few target (noticed by Gary Thomas)

git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4125 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
aurel32 2008-03-28 22:31:51 +00:00
parent b237db369d
commit ce3f0e2f11
1 changed files with 3 additions and 0 deletions

View File

@ -1752,6 +1752,9 @@ struct target_flock {
struct target_flock64 {
short l_type;
short l_whence;
#if defined(TARGET_PPC) || defined(TARGET_X86_64) || defined(TARGET_MIPS) || defined(TARGET_SPARC) || defined(TARGET_HPPA)
int __pad;
#endif
unsigned long long l_start;
unsigned long long l_len;
int l_pid;