cvs commit: src/lib/libpthread/thread thr_sigprocmask.c
Daniel Eischen
deischen at FreeBSD.org
Thu May 29 17:09:23 PDT 2003
deischen 2003/05/29 17:09:22 PDT
FreeBSD src repository
Modified files:
lib/libpthread/thread thr_sigprocmask.c
Log:
Call the __sys_sigprocmask(the system call) when sigprocmask()
is called and the application is not threaded. This works around
a problem when an application that hasn't yet become threaded
tries to jump out of a signal handler.
Reported by: mbr
Approved by: re@ (rwatson)
Revision Changes Path
1.14 +4 -1 src/lib/libpthread/thread/thr_sigprocmask.c
More information about the cvs-src
mailing list