summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/ipc.h
Commit message (Collapse)AuthorAgeFilesLines
* sync whitespace with glibcMike Frysinger2005-06-171-8/+8
|
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-241-13/+13
| | | | syscalls. This won't work on 2.2 kernels(I think).
* struct ipc_perm, as used by shmctl() when soing shared memory stuff,Eric Andersen2004-11-021-1/+1
| | | | | | | | | was incorrect in uClibc, and was 2 bytes too short. This caused uClibc shared memory stuff to not behave correctly since struct ipc_perm was included as the first member of, i.e. struct msqid_ds, so the content of that struct were all shifted by two bytes. ugh. Apparently, few people have used shared memory, msgctl(), etc with uClibc thus far, -Erik
* Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"2002-09-041-2/+2
| | | | | | Test Project to compile as well as be consistent with the architecture specific files. Maybe eventually the architecture specific files could be removed all together.
* Make shm stuff work properly.Eric Andersen2002-08-251-13/+13
| | | | -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+56
and to better support each arch. This is a really big patch... -Erik