aboutsummaryrefslogtreecommitdiff
path: root/src/signal/sigisemptyset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* change sigset_t functions to restrict to _NSIG•••the idea here is to avoid advertising signals that don't exist and to make these functions safe to call (e.g. from within other parts of the implementation) on fake sigset_t objects which do not have the HURD padding. Rich Felker2013-08-091-2/+2
* implement gnu sigisemptysetRich Felker2011-09-121-0/+9