remove long-obsolete clang workarounds from mips* syscall_arch.h files
[musl.git] / src / linux / arch_prctl.c
blob94603658ab7d5a8b5ad136b301c796760e8865e7
1 #include "syscall.h"
2 #ifdef SYS_arch_prctl
3 int arch_prctl(int code, unsigned long addr)
5 return syscall(SYS_arch_prctl, code, addr);
7 #endif