Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sigwait: remove __sigwait and __GI_sigwait symbols - they are unused | Denys Vlasenko | 2009-09-19 | 1 | -6/+2 |
| | | | | | | | | 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> | ||||
* | Remove the rest of "bounded pointers" scaffolding. gcc website says" | Denis Vlasenko | 2008-12-13 | 1 | -3/+2 |
| | | | | | | "Bounds Checking Projects... This project has been abandoned" for four years at least. | ||||
* | *: remove vestiges of gcc's "bounded pointers" feature, | Denis Vlasenko | 2008-12-12 | 1 | -2/+2 |
| | | | | | | it is dead (not supported by gcc) for years. (more of it remains in multiple copies of sigaction.c) | ||||
* | - fix inline keyword | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | initial import of latest linuxthreads | Mike Frysinger | 2006-01-31 | 1 | -0/+88 |