CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/12/04 21:02:03
Modified files:
lib/librthread : Makefile rthread.c rthread.h rthread_libc.c
rthread_sig.c
Added files:
lib/librthread : rthread_cancel.c
Log message:
Implement cancelation for the basic syscall cancelation points,
using previously allocated SIGTHR to interrupt in-process syscalls
and fixing the spelling of "cancelled" along the way.
Modeled on FreeBSD's libthr
