commit | 8ffc352a35dc2633b01ffd2a15bc0464d8e26ca3 | [log] [tgz] |
---|---|---|
author | Roland McGrath <roland@redhat.com> | Wed Jul 09 09:47:49 2003 +0000 |
committer | Roland McGrath <roland@redhat.com> | Wed Jul 09 09:47:49 2003 +0000 |
tree | 7d2972603fb48ceb6b0e4756f177e5517d7edfbb | |
parent | a9a86199ff7d3a589e1871a4754a02a227e5f03e [diff] [blame] |
2003-07-08 Roland McGrath <roland@redhat.com> * signal.c (sys_tgkill): New function. * linux/syscall.h: Declare it. * linux/syscallent.h: Add tgkill.
diff --git a/linux/syscall.h b/linux/syscall.h index 973d97b..bc7b848 100644 --- a/linux/syscall.h +++ b/linux/syscall.h
@@ -93,6 +93,7 @@ int sys_timer_gettime(), sys_timer_settime(), sys_clock_settime(); int sys_clock_gettime(), sys_clock_getres(), sys_clock_nanosleep(); int sys_semtimedop(); +int sys_tgkill(); /* sys_socketcall subcalls */