summaryrefslogtreecommitdiff
path: root/include/sys/time.h
AgeCommit message (Expand)AuthorFilesLines
2013-05-26fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy1-5/+5
2012-12-06add obsolete futimesat()rofl0r1-0/+1
2012-09-07default features: make musl usable without feature test macrosRich Felker1-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-2/+8
2012-05-22support _BSD_SOURCE feature test macroRich Felker1-2/+3
2012-01-24add legacy futimes and lutimes functionsRich Felker1-0/+2
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker1-9/+0
2011-04-10add legacy BSD-style timer*() macros in sys/time.hRich Felker1-0/+10
2011-02-27cleanup namespace in sys/time.hRich Felker1-4/+5
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker1-1/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+49