about summary refs log tree commit diff
path: root/src/thread/pthread_sigmask.c
Commit message (Expand)AuthorAgeFilesLines
* don't fail pthread_sigmask/sigprocmask on invalid how when set is nullRich Felker2018-12-181-1/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+0
* remove __SYSCALL_SSLEN arch macro in favor of using public _NSIGRich Felker2013-03-261-1/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-1/+1
* fix (hopefully) all hard-coded 8's for kernel sigset_t sizeRich Felker2012-08-091-2/+2
* remove implementation-reserved bits when saving signal maskRich Felker2012-06-021-1/+11
* clean up pthread_sigmask/sigprocmask dependency orderRich Felker2011-07-301-3/+3
* fix error handling for pthread_sigmaskRich Felker2011-03-091-0/+10