Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2019-08-05 | use setitimer function rather than syscall to implement alarm | Rich Felker | -3/+3 | |
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. | ||||
2012-05-24 | avoid deprecated (by linux) alarm syscall; use setitimer instead | Rich Felker | -1/+4 | |
2011-03-20 | global cleanup to use the new syscall interface | Rich Felker | -1/+1 | |
2011-02-12 | initial check-in, version 0.5.0v0.5.0 | Rich Felker | -0/+7 | |