summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sparc/bits/sem.h
Commit message (Collapse)AuthorAgeFilesLines
* s/__kernel_time_t/__time_tJoakim Tjernlund2005-07-281-2/+2
|
* 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-92/+0
| | | | match the kernel type exactly.
* Sync up sparc headersEric Andersen2001-11-141-15/+19
|
* I just grabbed the bits dir from glibc 2.1.3 on a sparc boxEric Andersen2001-03-061-0/+88
to facilitate the sparc porting work being done by Mathew Bosworth. -Erik