summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/mips/sysmips.c
blob: 69b462c335025f45b05c35818268a3bb4ea00243 (plain)
1
2
3
4
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);