summaryrefslogtreecommitdiff
path: root/libc/signal/raise.c
AgeCommit message (Expand)Author
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2009-09-19raise: remove unused hidden weak symbol __raiseDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2006-07-05update licenseMike Frysinger
2006-01-26Get rid of missing prototype warningsPeter S. Mazinger
2006-01-23make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-03More hiding, including __mempcpyPeter S. Mazinger
2005-11-14Hide internally used symbols, use weak_alias for raise/sigwait, as they could...Peter S. Mazinger
2002-01-02Once again, rework the signal handling to be even more correct. We noEric Andersen
2000-10-11Finish reorganizing things. At least I think I've finished.Eric Andersen