summaryrefslogtreecommitdiffstats
path: root/libc/signal/sigpause.c
Commit message (Collapse)AuthorAgeFilesLines
* sigpause: remove libc_hidden_proto/defDenys Vlasenko2009-09-181-1/+0
| | | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com> Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* trim Experimentally off and uncommented hiddenAustin Foxley2009-09-181-5/+0
| | | | | | | | sed -i -e '/Experimentally off - /d' $(grep -rl "Experimentally off - " *) sed -i -e '/^\/\*[[:space:]]*libc_hidden_proto(/d' $(grep -rl "libc_hidden_proto" *) should be a nop Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch with trunk @ 24242Carmelo Amoroso2008-12-031-6/+6
| | | | | Step 18: some more synch: hidden_proto, size reduction and signal handling changes.
* Synch with trunk @ 24165Carmelo Amoroso2008-11-271-5/+5
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Changes for NPTL."Steven J. Hill"2006-08-221-0/+19
|
* Merge from trunk."Steven J. Hill"2006-02-261-7/+14
|
* Merge from trunk."Steven J. Hill"2005-12-101-3/+4
|
* Merge from trunk."Steven J. Hill"2005-12-031-0/+2
|
* Merge from trunk."Steven J. Hill"2005-12-021-16/+5
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-9/+10
|
* Sigpause was broken. Now it is fixed.Eric Andersen2001-05-161-21/+49
| | | | -Erik
* More reorg. A place for everything and everything in its place...Eric Andersen2000-10-231-0/+37