summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/common/bits/msq.h
Commit message (Collapse)AuthorAgeFilesLines
* sync with glibcMike Frysinger2005-11-091-0/+1
|
* Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctlJoakim Tjernlund2005-04-241-15/+16
| | | | syscalls. This won't work on 2.2 kernels(I think).
* Fixed 'struct ipc_perm' and 'struct msqid_ds' members to allow the Linux"Steven J. Hill"2002-09-041-1/+1
| | | | | | 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.
* Use the kernel version of struct msqid_ds directly, since we don'tEric Andersen2002-08-251-16/+14
| | | | | do any of that silly translating... -Erik
* Major rework of the include files to eliminate redundancyEric Andersen2002-03-011-0/+77
and to better support each arch. This is a really big patch... -Erik