From 8c00735b3121950263c47ee7330aad181c513d9a Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Fri, 28 Nov 2003 18:28:41 +0000 Subject: Add sysmips(), based on a patch by Atsushi Nemoto . --- libc/sysdeps/linux/mips/sysmips.c | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 libc/sysdeps/linux/mips/sysmips.c (limited to 'libc/sysdeps/linux/mips/sysmips.c') diff --git a/libc/sysdeps/linux/mips/sysmips.c b/libc/sysdeps/linux/mips/sysmips.c new file mode 100644 index 000000000..69b462c33 --- /dev/null +++ b/libc/sysdeps/linux/mips/sysmips.c @@ -0,0 +1,5 @@ +#include +#include +#include + +_syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3); -- cgit v1.2.3