summaryrefslogtreecommitdiff
path: root/src/thread/pthread_sigmask.c
AgeCommit message (Collapse)AuthorLines
2011-03-09fix error handling for pthread_sigmaskRich Felker-0/+10
it must return errno, not -1, and should reject invalud values for how.