Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid `ECANCELED' redefined on mips | Eric Andersen | 2002-08-24 | 1 | -3/+4 |
| | | | | -Erik | ||||
* | Rework errno handling to be kernel header free | Eric Andersen | 2002-08-22 | 1 | -12/+1 |
| | | | | -Erik | ||||
* | whitespace | Miles Bader | 2002-08-16 | 1 | -0/+1 |
| | |||||
* | (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined. | Miles Bader | 2002-08-16 | 1 | -3/+4 |
| | | | | | (__set_errno): Just assign to `errno' (which will be expanded to the thread-friendly version when appropriate). | ||||
* | Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__ | Eric Andersen | 2002-08-16 | 1 | -1/+1 |
| | | | | -Erik | ||||
* | Major rework of the include files to eliminate redundancy | Eric Andersen | 2002-03-01 | 1 | -0/+60 |
and to better support each arch. This is a really big patch... -Erik |