summaryrefslogtreecommitdiffstats
path: root/include/errno.h
Commit message (Collapse)AuthorAgeFilesLines
* 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