mtm 2004-09-16 13:55:46 UTC FreeBSD src repository Modified files: lib/libthr/thread thr_private.h thr_syscalls.c Log: Implement cancellation points in libc interfaces, as specified by POSIX. Revision Changes Path 1.41 +21 -0 src/lib/libthr/thread/thr_private.h 1.8 +293 -0 src/lib/libthr/thread/thr_syscalls.c