Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | raise: remove unused hidden weak symbol __raise | Denys Vlasenko | 2009-09-19 | 1 | -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> | ||||
* | trim Experimentally off and uncommented hidden | Bernhard Reutner-Fischer | 2009-09-18 | 1 | -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: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | ||||
* | Last portion of libc_hidden_proto removal. | Denis Vlasenko | 2008-11-20 | 1 | -2/+2 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | next portion of libc_hidden_proto removal | Denis Vlasenko | 2008-11-20 | 1 | -1/+1 |
| | |||||
* | update license | Mike Frysinger | 2006-07-05 | 1 | -2/+1 |
| | |||||
* | Get rid of missing prototype warnings | Peter S. Mazinger | 2006-01-26 | 1 | -1/+2 |
| | |||||
* | make sigaction/raise/sigwait/siglongjmp/longjmp weak_alias, these are in ↵ | Peter S. Mazinger | 2006-01-23 | 1 | -2/+3 |
| | | | | libpthread as well | ||||
* | hidden_def/hidden_proto: convert all users (I hope) termios split, add some ↵ | Peter S. Mazinger | 2006-01-14 | 1 | -8/+8 |
| | | | | missing headers, other jump relocs removed | ||||
* | More hiding, including __mempcpy | Peter S. Mazinger | 2005-12-03 | 1 | -1/+4 |
| | |||||
* | Hide internally used symbols, use weak_alias for raise/sigwait, as they ↵ | Peter S. Mazinger | 2005-11-14 | 1 | -1/+4 |
| | | | | could be in libpthread too | ||||
* | Once again, rework the signal handling to be even more correct. We no | Eric Andersen | 2002-01-02 | 1 | -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 Andersen | 2000-10-11 | 1 | -0/+15 |