wireup linux/name_to_handle_at and name_to_handle_at syscalls
[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);