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.
This commit is contained in:
@@ -10,3 +10,5 @@ struct ipc_perm
|
||||
long __pad1;
|
||||
long __pad2;
|
||||
};
|
||||
|
||||
#define IPC_64 0x100
|
||||
|
||||
Reference in New Issue
Block a user