summaryrefslogtreecommitdiffstats
path: root/sys/compat/freebsd32
diff options
context:
space:
mode:
authordavidxu <davidxu@FreeBSD.org>2007-08-16 05:30:04 +0000
committerdavidxu <davidxu@FreeBSD.org>2007-08-16 05:30:04 +0000
commit06ae13be4d5a3d55bb9587e8ced39e69db8f4659 (patch)
treeab6f5ccef0d85e3e203c074b1609ae8297e995af /sys/compat/freebsd32
parent0abd045472a2cf18ee61cbff0164e327ffd25c54 (diff)
downloadFreeBSD-src-06ae13be4d5a3d55bb9587e8ced39e69db8f4659.zip
FreeBSD-src-06ae13be4d5a3d55bb9587e8ced39e69db8f4659.tar.gz
Add thr_kill2 compat32 syscall.
Submitted by: Tijl Coosemans tijl at ulyssis dot org Approved by: re (kensmith)
Diffstat (limited to 'sys/compat/freebsd32')
-rw-r--r--sys/compat/freebsd32/syscalls.master1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/compat/freebsd32/syscalls.master b/sys/compat/freebsd32/syscalls.master
index bbd39de..22a3046 100644
--- a/sys/compat/freebsd32/syscalls.master
+++ b/sys/compat/freebsd32/syscalls.master
@@ -794,3 +794,4 @@
u_int32_t lengthlo, u_int32_t lengthhi); }
480 AUE_FTRUNCATE STD { int freebsd32_ftruncate(int fd, \
u_int32_t lengthlo, u_int32_t lengthhi); }
+481 AUE_KILL NOPROTO { int thr_kill2(pid_t pid, long id, int sig); }
OpenPOWER on IntegriCloud