diff options
author | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-04-24 19:29:39 +0000 |
---|---|---|
committer | Joakim Tjernlund <joakim.tjernlund@transmode.se> | 2005-04-24 19:29:39 +0000 |
commit | 266ae826f8660d485daba069a921ec1ebc68a46d (patch) | |
tree | 1c68bece818c7a556824641c09fbc9ba8b6a7595 /libc/misc/sysvipc/ipc.h | |
parent | 52b5a52b480f35928fccdff7298edf92736564ed (diff) |
Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl
syscalls. This won't work on 2.2 kernels(I think).
Diffstat (limited to 'libc/misc/sysvipc/ipc.h')
-rw-r--r-- | libc/misc/sysvipc/ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/misc/sysvipc/ipc.h b/libc/misc/sysvipc/ipc.h index 741b720bc..e1b94ad12 100644 --- a/libc/misc/sysvipc/ipc.h +++ b/libc/misc/sysvipc/ipc.h @@ -4,6 +4,8 @@ #ifdef __NR_ipc +#define __IPC_64 0x100 + /* The actual system call: all functions are multiplexed by this. */ extern int __syscall_ipc __P((int __call, int __first, int __second, int __third, void *__ptr)); |