remove long-obsolete clang workarounds from mips* syscall_arch.h files
[musl.git] / src / linux / reboot.c
blob7f12af79bc1ba13220cfca6f0c48357546019246
1 #include <sys/reboot.h>
2 #include "syscall.h"
4 int reboot(int type)
6 return syscall(SYS_reboot, 0xfee1dead, 672274793, type);