summaryrefslogtreecommitdiff
path: root/libc/signal/sigaction.c
AgeCommit message (Expand)Author
2002-02-16Use sizeof(sa_mask) instaed of sizeof(sigset_t) since sa_mask isEric Andersen
2002-02-13A number of naming updates in preparation for adding inEric Andersen
2002-02-11HAVE_SA_RESTORER is supposed to be true, not false, on most arches.Eric Andersen
2002-01-02Fix a few things I'd missed when using old (2.0.x) kernels.Eric Andersen
2002-01-02Once again, rework the signal handling to be even more correct. We noEric Andersen