aboutsummaryrefslogtreecommitdiff
path: root/src/linux/stime.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix const-correctness of argument to stime•••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. Rich Felker2014-01-071-1/+1
* 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.0Rich Felker2011-02-121-0/+7