diff options
Diffstat (limited to 'libc/include/sys/reboot.h')
-rw-r--r-- | libc/include/sys/reboot.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libc/include/sys/reboot.h b/libc/include/sys/reboot.h index df4739e56..c0c4860ed 100644 --- a/libc/include/sys/reboot.h +++ b/libc/include/sys/reboot.h @@ -42,8 +42,8 @@ __BEGIN_DECLS #define RB_DISABLE_CAD LINUX_REBOOT_CMD_CAD_OFF #define RB_POWER_OFF LINUX_REBOOT_CMD_POWER_OFF -int reboot(int reboot_type); +int reboot(int __cmd); __END_DECLS -#endif /* _SYS_REBOOT_H_ */ +#endif |