From 22fdfe080822178e87f890f71df9248624bc27e7 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 12 Dec 2006 06:02:05 +0000 Subject: sort out a few issues that show up on mips --- libc/sysdeps/linux/mips/sysmips.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libc/sysdeps/linux/mips/sysmips.c') 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 #include +#ifdef __NR_sysmips _syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3); +#endif -- cgit v1.2.3