X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=src%2Flinux%2Freboot.c;h=7f12af79bc1ba13220cfca6f0c48357546019246;hb=37aa7f7301d6526c14635375886acd881b471f6c;hp=240dac5aee1c56817648c8881a2327e728da3724;hpb=4f5ba9211e2b8e176ff9dfee3bdb0453cbc4d59b;p=musl 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); }