diff options
author | David Xu <davidxu@FreeBSD.org> | 2007-08-16 05:26:42 +0000 |
---|---|---|
committer | David Xu <davidxu@FreeBSD.org> | 2007-08-16 05:26:42 +0000 |
commit | 0b1f0611b4608c9330b7cbf37ec5ba988c594d4b (patch) | |
tree | c631700d095836ac5a30fd6eb6fd9a6c4a0467bc /sys/kern/syscalls.master | |
parent | 2dad8a55be1dfb349e9fb62add811cef578e85c0 (diff) | |
download | src-0b1f0611b4608c9330b7cbf37ec5ba988c594d4b.tar.gz src-0b1f0611b4608c9330b7cbf37ec5ba988c594d4b.zip |
Notes
Diffstat (limited to 'sys/kern/syscalls.master')
-rw-r--r-- | sys/kern/syscalls.master | 1 |
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 |