summaryrefslogtreecommitdiff
path: root/src/signal/sigprocmask.c
AgeCommit message (Collapse)AuthorLines
2011-03-20global cleanup to use the new syscall interfaceRich Felker-1/+1
2011-03-09fix error handling for pthread_sigmaskRich Felker-1/+5
it must return errno, not -1, and should reject invalud values for how.
2011-02-20fix null pointer dereference introduced in last sigprocmask commitRich Felker-1/+1
2011-02-19prevent sigprocmask/pthread_sigmask from blocking implementation signalsRich Felker-3/+5
this code was wrongly disabled because the old version was trying to be too clever and didn't work. replaced it with a simple version for now.
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+23