Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further signals in a...
commit097690ede05379a17e5449df25519801961e3820
authorJeremy Allison <jra@samba.org>
Mon, 14 Jan 2013 23:22:11 +0000 (14 15:22 -0800)
committerKarolin Seeger <kseeger@samba.org>
Thu, 17 Jan 2013 20:35:23 +0000 (17 21:35 +0100)
tree80ea7f1229d42912322f8dc799414acf3b5f213d
parentc95f929b3ac1d69a37295734701c61ed86e06cf5
Fix bug 9550 - sigprocmask does not work on FreeBSD to stop further signals in a signal handler

Mask off signals the correct way from the signal handler.

Signed-off-by: Jeremy Allison <jra@samba.org>
The last 5 patches address bug #9550 - sigprocmask does not work on FreeBSD to
stop further signals in a signal handler.

Autobuild-User(v4-0-test): Karolin Seeger <kseeger@samba.org>
Autobuild-Date(v4-0-test): Thu Jan 17 21:35:23 CET 2013 on sn-devel-104
lib/tevent/tevent_signal.c