On Thu, Aug 16, 2007 at 05:26:42AM +0000, David Xu wrote:
> davidxu     2007-08-16 05:26:42 UTC
> 
>   FreeBSD src repository
> 
>   Modified files:
>     sys/kern             kern_thr.c syscalls.master 
>     sys/sys              thr.h 
>   Log:
>   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)
>   
>   Revision  Changes    Path
>   1.62      +55 -0     src/sys/kern/kern_thr.c
>   1.233     +1 -0      src/sys/kern/syscalls.master
>   1.14      +13 -0     src/sys/sys/thr.h

Shall the syscall symbol be added to the lib/libc/sys/Symbol.map ?
Or, is it assumed that syscall would accessible only by syscall(3) ?

Attachment: pgpFsrNAEWBKv.pgp
Description: PGP signature

Reply via email to