cvs commit: src/sys/sys signalvar.h
David Xu
davidxu at FreeBSD.org
Sun Nov 9 19:11:09 PST 2003
davidxu 2003/11/09 19:11:08 PST
FreeBSD src repository
Modified files:
sys/sys signalvar.h
Log:
If a thread masks all its signal, in cursig(), no signal will be exchanged
with debugger, so testing P_TRACED in SIGPENDING is useless. This test also
is the culprit which causes lots of 'failed to set signal flags properly for
ast()' to be printed on console which is just a false complaint.
Revision Changes Path
1.65 +1 -2 src/sys/sys/signalvar.h
More information about the cvs-src
mailing list