summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/bits/errno.h
Commit message (Collapse)AuthorAgeFilesLines
* Merged patch from pre-glibc-2.2.4 filesDavid Schleef2001-10-151-0/+6
|
* include/bits from glibc-2.2.4-1David Schleef2001-10-151-15/+9
|
* Added __BEGIN_DECLS and __END_DECLS to the files that didn't haveDavid McCullough2001-07-111-0/+6
| | | | | | it and that I could see needed it. Should be pretty low impact as these are only defined when using C++.
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-041-0/+60
are compiling for an arch for which uClibc has an ld.so or not, and otherwise sets things up to use the system ld.so. -Erik