summaryrefslogtreecommitdiffstats
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2007-08-16 05:26:42 +0000
committerdavidxu <davidxu@FreeBSD.org>2007-08-16 05:26:42 +0000
commit0abd045472a2cf18ee61cbff0164e327ffd25c54 (patch)
treec631700d095836ac5a30fd6eb6fd9a6c4a0467bc /sys/kern/syscalls.master
parent1bcb372970356c4bb20cdd532350ea0df88a6f20 (diff)
downloadFreeBSD-src-0abd045472a2cf18ee61cbff0164e327ffd25c54.zip
FreeBSD-src-0abd045472a2cf18ee61cbff0164e327ffd25c54.tar.gz
Add thr_kill2 syscall which sends a signal to a thread in another process.
Submitted by: Tijl Coosemans tijl at ulyssis dot org Approved by: re (kensmith)
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r--sys/kern/syscalls.master1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/kern/syscalls.master b/sys/kern/syscalls.master
index f9c7849..1189f2c 100644
--- a/sys/kern/syscalls.master
+++ b/sys/kern/syscalls.master
@@ -846,5 +846,6 @@
int whence); }
479 AUE_TRUNCATE STD { int truncate(char *path, off_t length); }
480 AUE_FTRUNCATE STD { int ftruncate(int fd, off_t length); }
+481 AUE_KILL STD { int thr_kill2(pid_t pid, long id, int sig); }
; Please copy any additions and changes to the following compatability tables:
; sys/compat/freebsd32/syscalls.master
OpenPOWER on IntegriCloud