summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigaction.c
Commit message (Expand)AuthorAgeFilesLines
* Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask isEric Andersen2002-02-161-2/+2
* A number of naming updates in preparation for adding inEric Andersen2002-02-131-3/+5
* HAVE_SA_RESTORER is supposed to be true, not false, on most arches.Eric Andersen2002-02-111-10/+23
* Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen2002-01-021-1/+1
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-0/+177