Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix restrict violations in internal use of several functions | Samuel Holland | 2019-07-10 | 1 | -4/+4 |
| | | | | | | | The old/new parameters to pthread_sigmask, sigprocmask, and setitimer are marked restrict, so passing the same address to both is prohibited. Modify callers of these functions to use a separate object for each argument. | ||||
* | use 0 instead of NULL for null pointer constants | Rich Felker | 2013-12-13 | 1 | -2/+1 |
| | | | | and thereby remove otherwise-unnecessary inclusion of stddef.h | ||||
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -1/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+28 |