about summary refs log tree commit diff
path: root/include/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* add nonstandard timespec/timeval conversion macros in sys/time.hRich Felker2014-02-051-0/+11
* timeradd/timersub: cast result to void to get rid of warningsrofl0r2013-11-231-2/+2
* fix the prototype of settimeofday to follow the original BSD declarationSzabolcs Nagy2013-05-261-5/+5
* add obsolete futimesat()rofl0r2012-12-061-0/+1
* default features: make musl usable without feature test macrosRich Felker2012-09-071-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-2/+8
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-2/+3
* add legacy futimes and lutimes functionsRich Felker2012-01-241-0/+2
* fix and cleanup suseconds_t/timeval stuff (broken on 64-bit)Rich Felker2011-04-131-9/+0
* add legacy BSD-style timer*() macros in sys/time.hRich Felker2011-04-101-0/+10
* cleanup namespace in sys/time.hRich Felker2011-02-271-4/+5
* extensive header cleanup for standards conformance & correctnessRich Felker2011-02-141-1/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+49