Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove all the __THROW macros | Eric Andersen | 2001-04-19 | 2 | -2/+2 | |
| | ||||||
* | Fix include/errno.h to not use kernel header, and instead use bits/errno.h. | Eric Andersen | 2001-04-06 | 1 | -0/+60 | |
| | | | | | | | 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 | |||||
* | It seems ARM 2.4.x kernels do not have iopl. Also add missing | Eric Andersen | 2001-03-30 | 1 | -0/+87 | |
| | | | | | bits/sem.h for ARM so everything now compiles and runs. -Erik | |||||
* | Clean up atexit.c; make sure sysconf and atexit agree; link in ref'd libgcc.a | Manuel Novoa III | 2001-01-25 | 1 | -1/+4 | |
| | | | | objects with shared uClibc; allow disabling long long support. | |||||
* | Facelist/cleanup for several syscalls. Added poll. | Eric Andersen | 2001-01-16 | 1 | -0/+51 | |
| | ||||||
* | Fix termios handling. Now synced with behavior of GNU libc. | Eric Andersen | 2001-01-15 | 1 | -0/+212 | |
| | | | | -Erik | |||||
* | Seems I forgot these... | Eric Andersen | 2000-12-30 | 2 | -0/+518 | |
| | ||||||
* | Need these includes, so add 'em. | Eric Andersen | 2000-10-30 | 2 | -0/+134 | |
| | ||||||
* | Remove some minor glibc'isms. | Eric Andersen | 2000-10-26 | 2 | -3/+3 | |
| | ||||||
* | Add in arm specific bits. | Eric Andersen | 2000-10-26 | 32 | -0/+2909 | |