Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-09 | change sigset_t functions to restrict to _NSIG | Rich Felker | 1 | -2/+2 | |
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. | |||||
2011-09-12 | implement gnu sigisemptyset | Rich Felker | 1 | -0/+9 | |