summaryrefslogtreecommitdiff
path: root/src/thread/pthread_sigmask.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-1/+0
2013-03-26remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker1-1/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2012-08-09fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker1-2/+2
2012-06-02remove implementation-reserved bits when saving signal maskRich Felker1-1/+11
2011-07-30clean up pthread_sigmask/sigprocmask dependency orderRich Felker1-3/+3
2011-03-09fix error handling for pthread_sigmaskRich Felker1-0/+10