diff options
author | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-21 21:45:30 +0000 |
---|---|---|
committer | ths <ths@c046a42c-6fe2-441c-8c8c-71466251a162> | 2007-06-21 21:45:30 +0000 |
commit | 71455574f7e4119f21238d8018c024b81040474d (patch) | |
tree | 64b96b22662596fa93fdc1fb69bb6e272509999f /linux-user/i386 | |
parent | 3780e197e4e32f0e6341bdc9a1943d0842b48ec6 (diff) |
Implement tgkill, by Alexander Graf.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2991 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'linux-user/i386')
-rw-r--r-- | linux-user/i386/syscall_nr.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux-user/i386/syscall_nr.h b/linux-user/i386/syscall_nr.h index 9fa6be96ac..6fe967d3cb 100644 --- a/linux-user/i386/syscall_nr.h +++ b/linux-user/i386/syscall_nr.h @@ -271,4 +271,5 @@ #define TARGET_NR_clock_getres (TARGET_NR_timer_create+7) #define TARGET_NR_clock_nanosleep (TARGET_NR_timer_create+8) +#define TARGET_NR_tgkill 270 #define TARGET_NR_utimes 271 |