From 43ee769f540704ccfc4e2a12ba11ed4b6eece196 Mon Sep 17 00:00:00 2001 From: Carmelo Amoroso Date: Wed, 18 Jun 2008 15:52:41 +0000 Subject: Synch libc mips specific with trunk --- 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