summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/powerpc/bits/sem.h
Commit message (Collapse)AuthorAgeFilesLines
* Synch with trunk at rev 22997.Carmelo Amoroso2008-07-311-1/+1
| | | | | | | Basically trailing whitespaces removal, fix non standard keywords asm -> __asm__ inline -> __inline__ and some minor changes on trunk. Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
* Merge from trunk."Steven J. Hill"2006-02-281-5/+4
|
* More merges with main trunk."Steven J. Hill"2005-07-301-0/+93
|
* 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