diff options
author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 15:52:41 +0000 |
---|---|---|
committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2008-06-18 15:52:41 +0000 |
commit | 43ee769f540704ccfc4e2a12ba11ed4b6eece196 (patch) | |
tree | 59e0fec96510e3f8c2cdb6dacbfb3031058ed092 /libc/sysdeps/linux/mips/sysmips.c | |
parent | 80ee234a186cf81220a37cd561fb8c91f9e9cadc (diff) | |
download | uClibc-alpine-43ee769f540704ccfc4e2a12ba11ed4b6eece196.tar.bz2 uClibc-alpine-43ee769f540704ccfc4e2a12ba11ed4b6eece196.tar.xz |
Synch libc mips specific with trunk
Diffstat (limited to 'libc/sysdeps/linux/mips/sysmips.c')
-rw-r--r-- | libc/sysdeps/linux/mips/sysmips.c | 2 |
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 |