aboutsummaryrefslogtreecommitdiff
path: root/sys/kern/syscalls.master
diff options
context:
space:
mode:
authorDavid Xu <davidxu@FreeBSD.org>2007-08-16 05:26:42 +0000
committerDavid Xu <davidxu@FreeBSD.org>2007-08-16 05:26:42 +0000
commit0b1f0611b4608c9330b7cbf37ec5ba988c594d4b (patch)
treec631700d095836ac5a30fd6eb6fd9a6c4a0467bc /sys/kern/syscalls.master
parent2dad8a55be1dfb349e9fb62add811cef578e85c0 (diff)
downloadsrc-0b1f0611b4608c9330b7cbf37ec5ba988c594d4b.tar.gz
src-0b1f0611b4608c9330b7cbf37ec5ba988c594d4b.zip
Notes
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 f9c784956fbb..1189f2c8ab36 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