summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/sysmips.c
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2006-12-12 06:02:05 +0000
committerEric Andersen <andersen@codepoet.org>2006-12-12 06:02:05 +0000
commit22fdfe080822178e87f890f71df9248624bc27e7 (patch)
treeef14e37e7247f8da0ac7727ec969ef24a756c836 /libc/sysdeps/linux/mips/sysmips.c
parent1712052547231f20041098cd5b793d7241de74c0 (diff)
sort out a few issues that show up on mips
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