summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigwait.c
Commit message (Expand)AuthorAgeFilesLines
* - adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer2008-06-031-0/+62
* Get rid of missing prototype warningsPeter S. Mazinger2006-01-261-1/+2
* make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in libp...Peter S. Mazinger2006-01-231-2/+3
* make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger2006-01-141-1/+1
* hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger2006-01-141-7/+5
* internal sigpause, do we really default to BSD signals?Peter S. Mazinger2005-12-091-0/+2
* update licenses and sync with glibcMike Frysinger2005-11-151-18/+18
* Hide internally used symbols, use weak_alias for raise/sigwait, as they could...Peter S. Mazinger2005-11-141-1/+5
* Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen2003-10-031-0/+33