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