cvs commit: src/lib/libpthread/thread thr_private.h thr_sig.c
thr_sigaction.c
Maxim Konovalov
maxim at FreeBSD.org
Fri Jun 9 14:25:43 UTC 2006
maxim 2006-06-09 14:23:40 UTC
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_private.h thr_sig.c thr_sigaction.c
Log:
o Remove a cruft prevented libpthread sigaction(2) wrapper to
do its work for SIGINFO. Always install libpthread signal handler
wrapper for SIGINFO even if user SIG_IGN's or SIG_DFL's it.
SIGINFO has a special meaning for libpthread: when LIBPTHREAD_DEBUG
enviroment variable defined it is used for dumping an information
about threads to /tmp/.
Reported by: mi
Reviewed by: deischen
MFC after: 2 weeks
Revision Changes Path
1.127 +7 -0 src/lib/libpthread/thread/thr_private.h
1.85 +0 -6 src/lib/libpthread/thread/thr_sig.c
1.24 +11 -1 src/lib/libpthread/thread/thr_sigaction.c
More information about the cvs-src
mailing list