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