summaryrefslogtreecommitdiff
path: root/src/time/timer_settime.c
AgeCommit message (Expand)Author
2019-07-29timer_settime: add support for time64 syscall, 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
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich 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