OSDN Git Service

Fix bug 222: Move all archs to newer __IPC_64 interface for {msg,sem,shm}ctl
authorJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sun, 24 Apr 2005 19:29:39 +0000 (19:29 -0000)
committerJoakim Tjernlund <joakim.tjernlund@transmode.se>
Sun, 24 Apr 2005 19:29:39 +0000 (19:29 -0000)
commit266ae826f8660d485daba069a921ec1ebc68a46d
tree1c68bece818c7a556824641c09fbc9ba8b6a7595
parent52b5a52b480f35928fccdff7298edf92736564ed
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).
13 files changed:
libc/misc/sysvipc/ipc.h
libc/misc/sysvipc/msgq.c
libc/misc/sysvipc/sem.c
libc/misc/sysvipc/shm.c
libc/sysdeps/linux/alpha/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/common/bits/ipc.h
libc/sysdeps/linux/common/bits/msq.h
libc/sysdeps/linux/mips/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/mips/bits/msq.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/powerpc/bits/msq.h
libc/sysdeps/linux/sparc/bits/ipc.h [new file with mode: 0644]
libc/sysdeps/linux/x86_64/bits/msq.h [new file with mode: 0644]