summaryrefslogtreecommitdiff
path: root/src/time/clock_gettime.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-07use weak aliase rather than weak reference for vdso clock_gettimeRich Felker1-8/+12
2011-07-24workaround for gcc's optimizer breaking dynamic symbol resolutionRich Felker1-1/+2
2011-07-24const correctness on function pointerRich Felker1-1/+1
2011-07-23some preliminaries for vdso clock supportRich Felker1-2/+23
2011-03-20global cleanup to use the new syscall interfaceRich Felker1-1/+1
2011-03-10fix errno behavior in clock_* functionsRich Felker1-1/+0
2011-02-19implement the remaining clock_* interfacesRich Felker1-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker1-0/+7