aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/alarm.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* use setitimer function rather than syscall to implement alarm•••otherwise alarm will break on 32-bit archs when time_t is changed to 64-bit. a second itimerval object is introduced for retrieving the old value, since the setitimer function has restrict-qualified arguments. Rich Felker2019-08-051-3/+3
* avoid deprecated (by linux) alarm syscall; use setitimer insteadRich Felker2012-05-241-1/+4
* global cleanup to use the new syscall interfaceRich Felker2011-03-201-1/+1
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+7