]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r233516: libthr: In the atfork handlers for signals, do not skip the
authorjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Apr 2012 22:01:43 +0000 (22:01 +0000)
committerjilles <jilles@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 9 Apr 2012 22:01:43 +0000 (22:01 +0000)
commit1dbf93bd4dc8339bafbf5a18700f629e19852598
tree8fa6263b128394b450eeb1de9ce86e506d521907
parent973503ba8075025dafba719506804515a76e399d
MFC r233516: libthr: In the atfork handlers for signals, do not skip the
last signal.

_SIG_MAXSIG works a bit unexpectedly: signals 1 till _SIG_MAXSIG are valid,
both bounds inclusive.

git-svn-id: svn://svn.freebsd.org/base/stable/9@234073 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/libthr/thread/thr_sig.c