cvs commit: src/lib/libthr/thread thr_sig.c thr_syscalls.c
Mike Makonnen
mtm at FreeBSD.org
Sat Mar 27 07:05:29 PST 2004
mtm 2004/03/27 07:05:28 PST
FreeBSD src repository
Modified files:
lib/libthr/thread thr_sig.c thr_syscalls.c
Log:
o Since we're not using signals for thread synchronization anymore,
sigprocmask no longer needs to be wrapped.
o raise(3) is applied to the calling thread in a threaded program.
o In the sigaction wrapper reference the correct structure.
o Don't treat SIGTHR especially anymore (infact it won't exist in
a little while).
Revision Changes Path
1.10 +0 -30 src/lib/libthr/thread/thr_sig.c
1.5 +17 -4 src/lib/libthr/thread/thr_syscalls.c
More information about the cvs-src
mailing list