about summary refs log tree commit diff
path: root/src/time/clock_gettime.c
Commit message (Expand)AuthorAgeFilesLines
* use weak aliase rather than weak reference for vdso clock_gettimeRich Felker2011-08-071-8/+12
* workaround for gcc's optimizer breaking dynamic symbol resolutionRich Felker2011-07-241-1/+2
* const correctness on function pointerRich Felker2011-07-241-1/+1
* some preliminaries for vdso clock supportRich Felker2011-07-231-2/+23
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* fix errno behavior in clock_* functionsRich Felker2011-03-101-1/+0
* implement the remaining clock_* interfacesRich Felker2011-02-191-0/+1
* initial check-in, version 0.5.0 v0.5.0Rich Felker2011-02-121-0/+7