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