X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=src%2Flinux%2Freboot.c;h=7f12af79bc1ba13220cfca6f0c48357546019246;hp=240dac5aee1c56817648c8881a2327e728da3724;hb=d9265653552a2b667bf3e84407a06edaa7e9f74f;hpb=4f5ba9211e2b8e176ff9dfee3bdb0453cbc4d59b diff --git a/src/linux/reboot.c b/src/linux/reboot.c index 240dac5a..7f12af79 100644 --- a/src/linux/reboot.c +++ b/src/linux/reboot.c @@ -3,5 +3,5 @@ int reboot(int type) { - return syscall(SYS_reboot, type); + return syscall(SYS_reboot, 0xfee1dead, 672274793, type); }