aboutsummaryrefslogtreecommitdiff
path: root/src/unistd/ualarm.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Setup stub unit test infrastructureEuAndreh2024-01-051-0/+8
|
* fix restrict violations in internal use of several functionsSamuel Holland2019-07-101-3/+3
| | | | | | | The old/new parameters to pthread_sigmask, sigprocmask, and setitimer are marked restrict, so passing the same address to both is prohibited. Modify callers of these functions to use a separate object for each argument.
* make ualarm actually work (obsolete function removed from SUS)Rich Felker2011-04-031-4/+9
|
* remove obsolete and useless useconds_t typeRich Felker2011-04-011-1/+1
|
* initial check-in, version 0.5.0Rich Felker2011-02-121-0/+8