Date: Sat, 27 Mar 2004 07:05:28 -0800 (PST) From: Mike Makonnen <mtm@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libthr/thread thr_sig.c thr_syscalls.c Message-ID: <200403271505.i2RF5Sff064131@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200403271505.i2RF5Sff064131>
