fix broken semctl on systems that don't use IPC_64 flag
authorRich Felker <dalias@aerifal.cx>
Sat, 22 Sep 2012 12:02:42 +0000 (08:02 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 22 Sep 2012 12:02:42 +0000 (08:02 -0400)
commitfce46bf980a82bad9e6c083066cae4813649ebf5
tree076e0e1317bda0fd4b29d43183b3c2465bb7d903
parent0b3e2257fa9f4c4773f8aec1bdbccbc46a4d9477
fix broken semctl on systems that don't use IPC_64 flag

not tested on mips and arm; they may still be broken. x86_64 should be
ok now.
arch/arm/bits/ipc.h
arch/i386/bits/ipc.h
arch/mips/bits/ipc.h
src/ipc/semctl.c