diff options
Diffstat (limited to 'libc/sysdeps/linux/mips/sysmips.c')
-rw-r--r-- | libc/sysdeps/linux/mips/sysmips.c | 5 |
1 files changed, 5 insertions, 0 deletions
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 <errno.h> +#include <sys/syscall.h> +#include <sys/sysmips.h> + +_syscall4(int, sysmips, const int, cmd, const long, arg1, const int, arg2, const int, arg3); |