blob: ca1c0974cb86827dec9d1c2797d80d88d3a9625f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/src/basic/missing_syscall.h 2021-01-15 08:12:02.000000000 +0100
+++ b/src/basic/missing_syscall.h 2021-02-24 07:20:32.026355819 +0100
@@ -11,7 +11,7 @@
#include <sys/wait.h>
#include <unistd.h>
-#ifdef ARCH_MIPS
+#if defined(_MIPSEL) || defined(_MIPSEB)
#include <asm/sgidefs.h>
#endif
|