summaryrefslogtreecommitdiff
path: root/libc/signal/sigwait.c
AgeCommit message (Expand)Author
2017-06-21remove editor hints for viWaldemar Brodkorb
2012-11-18Replace FSF snail mail address with URLsMike Frysinger
2012-06-15rework cancellation for sigwait, sigtimedwait and sigwaitinfoPeter S. Mazinger
2012-06-15signal: cleanup, include only headers that are neededPeter S. Mazinger
2012-06-15remove unneeded hidden sigwaitinfoPeter S. Mazinger
2010-01-21include unistd.h for smallintYoshinori Sato
2009-10-17cancellation support for a large amount of the required syscallsAustin Foxley
2009-09-19sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko
2009-09-18trim Experimentally off and uncommented hiddenBernhard Reutner-Fischer
2008-12-01hostid: improve extremely unreadable partsDenis Vlasenko
2008-12-01optimize signal mask ops. comment out "impossible" errorsDenis Vlasenko
2008-11-29shring sugnal-relared stuff a bit. BTW why constant memset is not inlined by ...Denis Vlasenko
2008-11-20Last portion of libc_hidden_proto removal.Denis Vlasenko
2008-11-20next portion of libc_hidden_proto removalDenis Vlasenko
2008-06-03- adds several config-options to allow for turning off certain featuresBernhard Reutner-Fischer
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-14make DODEBUG=y happy, update sysdeps/common/* copyrightPeter S. Mazinger
2006-01-14hidden_def/hidden_proto: convert all users (I hope) termios split, add some m...Peter S. Mazinger
2005-12-09internal sigpause, do we really default to BSD signals?Peter S. Mazinger
2005-11-15update licenses and sync with glibcMike Frysinger
2005-11-14Hide internally used symbols, use weak_alias for raise/sigwait, as they could...Peter S. Mazinger
2003-10-03Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen