From fce46bf980a82bad9e6c083066cae4813649ebf5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Sat, 22 Sep 2012 08:02:42 -0400 Subject: 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/i386/bits/ipc.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'arch/i386/bits/ipc.h') diff --git a/arch/i386/bits/ipc.h b/arch/i386/bits/ipc.h index 51ad4427..b748d3b7 100644 --- a/arch/i386/bits/ipc.h +++ b/arch/i386/bits/ipc.h @@ -10,3 +10,5 @@ struct ipc_perm long __pad1; long __pad2; }; + +#define IPC_64 0x100 -- cgit v1.2.1