summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigwait.c
Commit message (Collapse)AuthorAgeFilesLines
* sigwait: remove __sigwait for realtime case as wellAustin Foxley2009-09-181-4/+3
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* sigwait: remove __sigwait and __GI_sigwait symbols - they are unusedDenys Vlasenko2009-09-181-4/+1
| | | | | | | | | sigwait is not called from any uclibc function, so "hidden symbol" trick is not needed on it. __sigwait also is never used, and it's not clear why it even existed. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* add non realtime sigwait from master and cleanup a bitAustin Foxley2009-09-181-11/+68
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* 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 ↵"Steven J. Hill"2006-02-051-4/+78
| | | | and SIGSETXID.
* 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
yet, but should work...