diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 00:45:06 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-03-01 00:45:06 +0000 |
commit | 54382dbecf5413826f934fc300739fc10c267ef4 (patch) | |
tree | bff1f84aa3226079b0590f24508a13fd462910b5 | |
parent | 5a0c78cd11c5eedb462b4917b8ba2f3cbb87a917 (diff) |
alpha needs ipc64 funk too
-rw-r--r-- | libc/misc/sysvipc/ipc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/sysvipc/ipc.h b/libc/misc/sysvipc/ipc.h index ffc07daf9..62c035b20 100644 --- a/libc/misc/sysvipc/ipc.h +++ b/libc/misc/sysvipc/ipc.h @@ -3,7 +3,7 @@ #include <syscall.h> #include <bits/wordsize.h> -#if __WORDSIZE == 32 +#if __WORDSIZE == 32 || defined __alpha__ # define __IPC_64 0x100 #else # define __IPC_64 0x0 |