Revision ae48a073 syscall-i386.h

b/syscall-i386.h
936 936
    unsigned int __pad;	/* really void* */
937 937
};
938 938

  
939
struct target_flock {
940
	short l_type;
941
	short l_whence;
942
	target_ulong l_start;
943
	target_ulong l_len;
944
	int l_pid;
945
};
946

  
947
struct target_flock64 {
948
	short  l_type;
949
	short  l_whence;
950
	unsigned long long l_start;
951
	unsigned long long l_len;
952
	int  l_pid;
953
};
954

  
939 955
/* soundcard defines (XXX: move them to generic file syscall_defs.h) */
940 956

  
941 957
#define TARGET_SNDCTL_COPR_HALT           0xc0144307

Also available in: Unified diff