Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | In a number of places we erroneously used tests such as '#ifdef PIC' when we | Eric Andersen | 2003-05-30 | 1 | -2/+2 |
| | | | | | | should instead have been testing for '#ifdef __PIC__'. This resulted in NON-PIC code getting mixed into the shared library. Oops!!! -Erik | ||||
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -4/+4 |
| | | | | -Erik | ||||
* | Add support for people calling syscall() | Eric Andersen | 2002-07-24 | 1 | -0/+76 |
-Erik |