use pthread_sigmask instead of sigprocmask
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 25 Mar 2012 15:53:16 +0000 (17:53 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sun, 25 Mar 2012 15:53:16 +0000 (17:53 +0200)
commit9e87b853abe33bfc220b43e6b9f871a7ed5c3bb3
tree4ab303238aff5e3f6b0e0d996681a1206c4b926e
parentf545d9641a4c55ea3c8701b7c0a28714231c5fae
use pthread_sigmask instead of sigprocmask

pthread is already in our vmem due to our dependencies so link to it
explicitly and use pthread_sigmask to avoid buggy sigprocmask in
multi-threaded applications.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
Makefile.am
src/eloop.c
src/pty.c