Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix const-correctness of argument to stime | Rich Felker | 2014-01-07 | 1 | -1/+1 |
| | | | | | | | it's unclear what the historical signature for this function was, but semantically, the argument should be a pointer to const, and this is what glibc uses. correct programs should not be using this function anyway, so it's unlikely to matter. | ||||
* | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | 2013-12-12 | 1 | -0/+1 |
| | |||||
* | depends on settimeofday which needs _GNU_SOURCE feature test | Rich Felker | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | initial check-in, version 0.5.0 v0.5.0 | Rich Felker | 2011-02-12 | 1 | -0/+7 |