summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigwait.c
Commit message (Expand)AuthorAgeFilesLines
* sigwait: remove __sigwait for realtime case as wellAustin Foxley2009-09-181-4/+3
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-181-4/+1
* add non realtime sigwait from master and cleanup a bitAustin Foxley2009-09-181-11/+68
* Changes for NPTL."Steven J. Hill"2006-08-221-1/+75
* Merge from trunk."Steven J. Hill"2006-02-261-80/+6
* Finish implementation of new signals for NPTL which are SIGCANCEL, SIGTIMER a..."Steven J. Hill"2006-02-051-4/+78
* Finish merges from trunk."Steven J. Hill"2005-12-101-0/+2
* Massive merge from trunk."Steven J. Hill"2005-11-181-19/+23
* Quick implementation of sigwait. Doesn't handle thread cancelationEric Andersen2003-10-031-0/+33