Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some ports define ENOTSUP | Mike Frysinger | 2009-07-20 | 1 | -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 Vlasenko | 2008-11-20 | 1 | -0/+1 |
| | | | | | Appears to build fine (several .configs tried) | ||||
* | Include errno.h from kernel headers instead of using internal errno_values.h | Carmelo Amoroso | 2008-07-02 | 1 | -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 arches | Mike Frysinger | 2006-08-23 | 1 | -23/+29 |
| | |||||
* | Enable _GNU_SOURCE build wide, trying to get consistent interfaces, else IMA ↵ | Peter S. Mazinger | 2006-01-22 | 1 | -4/+2 |
| | | | | is a useless attempt | ||||
* | Last relocs jump and global data, (even locales) that I could remove are ↵ | Peter S. Mazinger | 2006-01-16 | 1 | -0/+3 |
| | | | | gone from libc. The remaining are left as exercise for others ;-) | ||||
* | pointless whitespace touchups | Mike Frysinger | 2005-12-29 | 1 | -10/+10 |
| | |||||
* | 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 |