aboutsummaryrefslogtreecommitdiff
path: root/libc/include/sys/reboot.h
diff options
context:
space:
mode:
Diffstat (limited to 'libc/include/sys/reboot.h')
-rw-r--r--libc/include/sys/reboot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/include/sys/reboot.h b/libc/include/sys/reboot.h
index 156d94779..5d9e1a7b6 100644
--- a/libc/include/sys/reboot.h
+++ b/libc/include/sys/reboot.h
@@ -55,6 +55,6 @@ __BEGIN_DECLS
* Does not return on successful reboot, returns 0 if CAD was successfully enabled/disabled,
* and returns -1 and sets `errno` on failure.
*/
-int reboot(int __cmd);
+int reboot(int __op);
__END_DECLS