summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigwait.c
Commit message (Expand)AuthorAgeFilesLines
* include unistd.h for smallintYoshinori Sato2010-01-211-0/+1
* cancellation support for a large amount of the required syscallsAustin Foxley2009-10-171-7/+76
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-191-6/+5
* trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer2009-09-181-5/+0
* hostid: improve extremely unreadable partsDenis Vlasenko2008-12-011-0/+2
* optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko2008-12-011-2/+2
* shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko2008-11-291-3/+3
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-4/+4
* next portion of libc_hidden_proto removalDenis Vlasenko2008-11-201-1/+1
* - 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