diff options
Diffstat (limited to 'arch/i386/bits')
-rw-r--r-- | arch/i386/bits/ipc.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |