Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - trim any trailing whitespace | Bernhard Reutner-Fischer | 2008-07-23 | 1 | -1/+1 |
| | |||||
* | sync headers with glibc | Mike Frysinger | 2006-02-22 | 1 | -5/+4 |
| | |||||
* | Add missing #include <bits/wordsize.h> and change __kernel_time to | Joakim Tjernlund | 2005-07-28 | 1 | -4/+5 |
| | | | | __time. Minior WS touchup also. | ||||
* | A while back, the sysvipc code was changed to use IPC_64 in the calls. | Manuel Novoa III | 2005-07-28 | 1 | -0/+92 |
| | | | | | | 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. | ||||
* | Use the common version for bits/sem.h. Fixup the types to | Eric Andersen | 2003-08-14 | 1 | -87/+0 |
| | | | | match the kernel type exactly. | ||||
* | include/bits from glibc-2.2.4-1 | David Schleef | 2001-10-15 | 1 | -8/+8 |
| | |||||
* | This patch allows powerpc to compile again. It also checks if we | Eric Andersen | 2001-05-04 | 1 | -0/+87 |
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 |