summaryrefslogtreecommitdiff
path: root/src/time/timer_gettime.c
AgeCommit message (Expand)Author
2019-07-29timer_gettime: add time64 syscall support, decouple 32-bit time_tRich Felker
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker
2013-08-03fix multiple bugs in SIGEV_THREAD timersRich Felker
2011-04-06fix signal-based timers with null sigevent argumentRich Felker
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker
2011-03-29implement POSIX timersRich Felker