about summary refs log tree commit diff
path: root/src/signal/sigandset.c
Commit message (Collapse)AuthorAgeFilesLines
* fix sigorset/sigandset: _NSIG/8 is the size in bytesrofl0r2012-12-061-1/+1
|
* sigandset/sigorset: do not check for NULL pointers.rofl0r2012-12-061-5/+0
| | | | | that way it's consistent with existing sig* functions, and saves some code size.
* fixup sigandsetrofl0r2012-12-061-1/+1
|
* add sigandset and sigorset (needed for qemu)rofl0r2012-12-061-0/+17