Explorar o código

alpha needs ipc64 funk too

Mike Frysinger %!s(int64=19) %!d(string=hai) anos
pai
achega
54382dbecf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      libc/misc/sysvipc/ipc.h

+ 1 - 1
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