summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/sysmips.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/mips/sysmips.c')
-rw-r--r--libc/sysdeps/linux/mips/sysmips.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/mips/sysmips.c b/libc/sysdeps/linux/mips/sysmips.c
index 69b462c33..020f02dd3 100644
--- a/libc/sysdeps/linux/mips/sysmips.c
+++ b/libc/sysdeps/linux/mips/sysmips.c
@@ -2,4 +2,6 @@
#include <sys/syscall.h>
#include <sys/sysmips.h>
+#ifdef __NR_sysmips
_syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3);
+#endif