From 0b1f0611b4608c9330b7cbf37ec5ba988c594d4b Mon Sep 17 00:00:00 2001 From: David Xu Date: Thu, 16 Aug 2007 05:26:42 +0000 Subject: 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) --- sys/kern/syscalls.master | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/kern/syscalls.master') 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 -- cgit v1.2.3