The header provides _MIPS_SIM_ABI32 and friends. Glibc indirectly includes
the header through sys/syscall.h or unistd.h, but let's explicitly include
the header where we use _MIPS_SIM_ABI32 and friends.
#include_next <sys/syscall.h>
+#ifdef ARCH_MIPS
+#include <asm/sgidefs.h>
+#endif
+
#include <assert.h>
'''
#include_next <sys/syscall.h>
+#ifdef ARCH_MIPS
+#include <asm/sgidefs.h>
+#endif
+
#include <assert.h>
/* Note: if this code looks strange, this is because it is derived from the same
#include <syslog.h>
#include <unistd.h>
+#ifdef ARCH_MIPS
+#include <asm/sgidefs.h>
+#endif
+
#include "alloc-util.h"
#include "base-filesystem.h"
#include "errno-util.h"
#include <sys/shm.h>
#include <sys/stat.h>
+#ifdef ARCH_MIPS
+#include <asm/sgidefs.h>
+#endif
+
#include "af-list.h"
#include "alloc-util.h"
#include "env-util.h"