aboutsummaryrefslogtreecommitdiff
path: root/src/signal/sigandset.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix const-correctness in sigandset/sigorset arguments•••this change is consistent with the corresponding glibc functions and is semantically const-correct. the incorrect argument types without const seem to have been taken from erroneous man pages. Rich Felker2014-01-071-1/+1
* fix sigorset/sigandset: _NSIG/8 is the size in bytesrofl0r2012-12-061-1/+1
* sigandset/sigorset: do not check for NULL pointers.•••that way it's consistent with existing sig* functions, and saves some code size. rofl0r2012-12-061-5/+0
* fixup sigandsetrofl0r2012-12-061-1/+1
* add sigandset and sigorset (needed for qemu)rofl0r2012-12-061-0/+17