summaryrefslogtreecommitdiffstats
path: root/include/errno.h
Commit message (Collapse)AuthorAgeFilesLines
* include/: add tls errno and res_stateAustin Foxley2009-09-261-2/+18
| | | | Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
* Synch extern declaration with definition provided in __uClibc_main.cCarmelo Amoroso2008-05-201-1/+1
|
* sync with psm: update errno handling to be the same on all archesMike Frysinger2006-08-231-7/+9
|
* guard program_invocation_name w/ __ASSEMBLER__Peter S. Mazinger2006-02-221-6/+6
|
* Allow to be used in bits/syscalls.h even if _GNU_SOURCE is definedPeter S. Mazinger2006-01-221-1/+1
|
* keep __USE_GNU for program_invocation_*_namePeter S. Mazinger2006-01-031-1/+1
|
* add optional support for program_invocation_name/program_invocation_short_nameMike Frysinger2006-01-031-1/+1
|
* Fix bug 370.Joakim Tjernlund2005-09-201-1/+3
|
* use C style commentsMike Frysinger2005-07-021-2/+1
|
* sync with glibcMike Frysinger2005-07-021-3/+11
|
* Cleanup some dead wood in the header filesEric Andersen2004-07-301-9/+0
|
* Turn off program_invocation_name and friendEric Andersen2001-10-151-0/+2
|
* Rev all the header files to sync things with glibc 2.2.4Eric Andersen2001-09-271-10/+60
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+3
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* Fix include/errno.h to not use kernel header, and instead use bits/errno.h.Eric Andersen2001-04-061-3/+6
| | | | | | | This required we use _LIBC instead of __LIBC__ to be consistent with glibc. This had some sideffects in sys/syscalls.h. While fixing things, I made everything use __set_errno() for (eventual) thread support. -Erik
* Add in tmpnam() support from David Whedon <dwhedon@gordian.com>,Eric Andersen2000-11-151-1/+1
| | | | rework include/stdio.h, and fix up the resultant damage.
* Major update to string handling. strcmp and friends were horriblyEric Andersen2000-10-051-11/+2
| | | | | broken. They now test out as working properly. -Erik
* Patch from "D. Jeff Dionne / VE3DJF" <jeff@rt-control.com>0_9_1aErik Andersen2000-05-141-0/+1
| | | | | to allow uC-libc to compile under x86. -Erik
* Initial revision0_9_1Erik Andersen2000-05-141-0/+25