summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/errno.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid `ECANCELED' redefined on mipsEric Andersen2002-08-241-3/+4
| | | | -Erik
* Rework errno handling to be kernel header freeEric Andersen2002-08-221-12/+1
| | | | -Erik
* whitespaceMiles Bader2002-08-161-0/+1
|
* (errno): Only define as a macro if __UCLIBC_HAS_THREADS__ is defined.Miles Bader2002-08-161-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 Andersen2002-08-161-1/+1
| | | | -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+60
and to better support each arch. This is a really big patch... -Erik