summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/errno.h
Commit message (Collapse)AuthorAgeFilesLines
* some ports define ENOTSUPMike Frysinger2009-07-201-1/+3
| | | | | | | A port or two (like hppa) does define ENOTSUP, so don't assume that everyone needs this fallback define. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* Last portion of libc_hidden_proto removal.Denis Vlasenko2008-11-201-0/+1
| | | | | Appears to build fine (several .configs tried)
* Include errno.h from kernel headers instead of using internal errno_values.hCarmelo Amoroso2008-07-021-1/+1
| | | | | | otherwie some errno will be missed (i.e. ENOKEY used in libusb) Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-23/+29
|
* Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵Peter S. Mazinger2006-01-221-4/+2
| | | | is a useless attempt
* Last relocs jump and global data, (even locales) that I could remove are ↵Peter S. Mazinger2006-01-161-0/+3
| | | | gone from libc. The remaining are left as exercise for others ;-)
* pointless whitespace touchupsMike Frysinger2005-12-291-10/+10
|
* 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