summaryrefslogtreecommitdiff
path: root/src/time/timer_settime.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-29timer_settime: add support for time64 syscall, decouple 32-bit time_tRich Felker1-0/+25
2014-01-06eliminate explicit (long) casts when making syscallsRich Felker1-1/+1
2013-08-03fix multiple bugs in SIGEV_THREAD timersRich Felker1-1/+5
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker1-1/+1
2011-04-06fix signal-based timers with null sigevent argumentRich Felker1-2/+1
2011-03-30avoid all malloc/free in timer creation/destructionRich Felker1-1/+3
2011-03-29implement POSIX timersRich Felker1-0/+7