about summary refs log tree commit diff
path: root/include/sys/time.h
Commit message (Expand)AuthorAgeFilesLines
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+14
* remove redundant feature test macro checks in sys/time.hRich Felker2016-11-071-5/+0
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-2/+1
* 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