Преглед изворни кода

alpha needs ipc64 funk too

Mike Frysinger пре 18 година
родитељ
комит
54382dbecf
1 измењених фајлова са 1 додато и 1 уклоњено
  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