aboutsummaryrefslogtreecommitdiff
path: root/src/signal/sigset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix restrict violations in internal use of several functions•••The old/new parameters to pthread_sigmask, sigprocmask, and setitimer are marked restrict, so passing the same address to both is prohibited. Modify callers of these functions to use a separate object for each argument. Samuel Holland2019-07-101-4/+4
* use 0 instead of NULL for null pointer constants•••and thereby remove otherwise-unnecessary inclusion of stddef.h Rich Felker2013-12-131-2/+1
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+28