summaryrefslogtreecommitdiff
path: root/src/time/timer_gettime.c
AgeCommit message (Expand)AuthorLines
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker-1/+1
2013-08-03fix multiple bugs in SIGEV_THREAD timersRich Felker-1/+5
2011-04-06fix signal-based timers with null sigevent argumentRich Felker-2/+1
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker-1/+3
2011-03-29implement POSIX timersRich Felker-0/+7