summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/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-9/+10
| | | | | | 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-2/+2
| | | | match the kernel type exactly.
* Make shm stuff work properly.Eric Andersen2002-08-251-10/+9
| | | | -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+87
and to better support each arch. This is a really big patch... -Erik