diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-30 21:29:48 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2003-03-30 21:29:48 +0000 |
commit | 32f36bcefcd5710a00bb168bc40c407ae899b630 (patch) | |
tree | 8de3234a26e5f3062c14f0fbb06b5c10badd6e4e /syscall-i386.h | |
parent | bc8a22cc307ebd9a2577c8fffcb90000724f72f3 (diff) | |
download | qemu-32f36bcefcd5710a00bb168bc40c407ae899b630.zip qemu-32f36bcefcd5710a00bb168bc40c407ae899b630.tar.gz qemu-32f36bcefcd5710a00bb168bc40c407ae899b630.tar.bz2 |
added SIOCATMARK and times() syscall
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@70 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'syscall-i386.h')
-rw-r--r-- | syscall-i386.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/syscall-i386.h b/syscall-i386.h index 0fb57ce..9bc35f1 100644 --- a/syscall-i386.h +++ b/syscall-i386.h @@ -1065,3 +1065,5 @@ union target_semun { #define TARGET_VFAT_IOCTL_READDIR_BOTH 0x82187201 #define TARGET_VFAT_IOCTL_READDIR_SHORT 0x82187202 + +#define TARGET_SIOCATMARK 0x8905 |