Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-10 | fix restrict violations in internal use of several functions | Samuel Holland | 1 | -3/+3 | |
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. | |||||
2011-04-03 | make ualarm actually work (obsolete function removed from SUS) | Rich Felker | 1 | -4/+9 | |
2011-04-01 | remove obsolete and useless useconds_t type | Rich Felker | 1 | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | 1 | -0/+8 | |