Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-02-22 | sync headers with glibc | Mike Frysinger | |
2005-07-28 | Add missing #include <bits/wordsize.h> and change __kernel_time to | Joakim Tjernlund | |
__time. Minior WS touchup also. | |||
2005-07-28 | A while back, the sysvipc code was changed to use IPC_64 in the calls. | Manuel Novoa III | |
Unfortunatly, the semid_ds structs were not changed as needed. So import the necessary (tweaked) files from glibc. Only tested on x86 today, but I'll be testing mips tomorrow. | |||
2003-08-14 | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen | |
match the kernel type exactly. | |||
2001-10-15 | include/bits from glibc-2.2.4-1 | David Schleef | |
2001-05-04 | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | |
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 |