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