summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/bits/sem.h
Commit message (Collapse)AuthorAgeFilesLines
* - trim any trailing whitespaceBernhard Reutner-Fischer2008-07-231-1/+1
|
* sync headers with glibcMike Frysinger2006-02-221-5/+4
|
* Add missing #include <bits/wordsize.h> and change __kernel_time toJoakim Tjernlund2005-07-281-4/+5
| | | | __time. Minior WS touchup also.
* A while back, the sysvipc code was changed to use IPC_64 in the calls.Manuel Novoa III2005-07-281-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 toEric Andersen2003-08-141-87/+0
| | | | match the kernel type exactly.
* include/bits from glibc-2.2.4-1David Schleef2001-10-151-8/+8
|
* This patch allows powerpc to compile again. It also checks if weEric Andersen2001-05-041-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