diff options
author | Rich Felker <dalias@aerifal.cx> | 2012-09-22 08:02:42 -0400 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2012-09-22 08:02:42 -0400 |
commit | fce46bf980a82bad9e6c083066cae4813649ebf5 (patch) | |
tree | 076e0e1317bda0fd4b29d43183b3c2465bb7d903 /arch/mips/bits/ipc.h | |
parent | 0b3e2257fa9f4c4773f8aec1bdbccbc46a4d9477 (diff) | |
download | musl-fce46bf980a82bad9e6c083066cae4813649ebf5.tar.gz musl-fce46bf980a82bad9e6c083066cae4813649ebf5.tar.xz musl-fce46bf980a82bad9e6c083066cae4813649ebf5.zip |
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.
Diffstat (limited to 'arch/mips/bits/ipc.h')
-rw-r--r-- | arch/mips/bits/ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/bits/ipc.h b/arch/mips/bits/ipc.h index 51ad4427..b748d3b7 100644 --- a/arch/mips/bits/ipc.h +++ b/arch/mips/bits/ipc.h @@ -10,3 +10,5 @@ struct ipc_perm long __pad1; long __pad2; }; + +#define IPC_64 0x100 |