about summary refs log tree commit diff
path: root/src/thread/pthread_sigmask.c
Commit message (Collapse)AuthorAgeFilesLines
* fix error handling for pthread_sigmaskRich Felker2011-03-091-0/+10
it must return errno, not -1, and should reject invalud values for how.