summaryrefslogtreecommitdiffstats
path: root/libc/signal/raise.c
Commit message (Collapse)AuthorAgeFilesLines
* raise: remove unused hidden weak symbol __raiseDenys Vlasenko2009-09-181-6/+2
| | | | | | | | It is not used by anybody, otherwise users of dynamically linked uclibc would notice - it is not exported from libuClibc-x.x.x.so 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-3/+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 @ 24165Carmelo Amoroso2008-11-271-3/+3
| | | | | Step 17: libc_hidden_proto removal (almost all). and other minor changes (inline keyword, extra character)
* Merge from trunk."Steven J. Hill"2006-08-221-2/+1
|
* Merge from trunk."Steven J. Hill"2006-02-261-8/+10
|
* Merge from trunk."Steven J. Hill"2005-12-031-1/+4
|
* Massive merge from trunk."Steven J. Hill"2005-11-181-1/+4
|
* Once again, rework the signal handling to be even more correct. We noEric Andersen2002-01-021-3/+2
| | | | | | | | | longer segfault when running test/signal/sigchld.c, which exposed a bit of a rats nest. The problem ended up being a erroneous syscall defination, but in the process of finding that out, I scrubbed things up nicely and adapted things to use the rt_ signals if they are available. This now passes all the signal tests. -Erik
* Finish reorganizing things. At least I think I've finished.Eric Andersen2000-10-111-0/+15