about summary refs log tree commit diff
path: root/src/linux/stime.c
Commit message (Collapse)AuthorAgeFilesLines
* fix const-correctness of argument to stimeRich Felker2014-01-071-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 macrosSzabolcs Nagy2013-12-121-0/+1
|
* depends on settimeofday which needs _GNU_SOURCE feature testRich Felker2011-03-011-0/+1
|
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7