summaryrefslogtreecommitdiff
path: root/include/sys/time.h
AgeCommit message (Collapse)AuthorLines
2012-01-24add legacy futimes and lutimes functionsRich Felker-0/+2
based on patch by sh4rm4. these functions are deprecated; futimens and utimensat should be used instead in new programs.
2011-04-13fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker-9/+0
trash in the upper 32 bits was making the kernel sleep forever in select on 64-bit systems.
2011-04-10add legacy BSD-style timer*() macros in sys/time.hRich Felker-0/+10
2011-02-27cleanup namespace in sys/time.hRich Felker-4/+5
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-1/+1
thanks to Peter Mazinger (psm) for pointing many of these issues out and submitting a patch on which this commit is loosely based
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+49