Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix const-correctness in sigandset/sigorset arguments | Rich Felker | 2014-01-07 | 1 | -1/+1 |
| | | | | | | 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. | ||||
* | fix sigorset/sigandset: _NSIG/8 is the size in bytes | rofl0r | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | sigandset/sigorset: do not check for NULL pointers. | rofl0r | 2012-12-06 | 1 | -5/+0 |
| | | | | | that way it's consistent with existing sig* functions, and saves some code size. | ||||
* | fixup sigandset | rofl0r | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | add sigandset and sigorset (needed for qemu) | rofl0r | 2012-12-06 | 1 | -0/+17 |