about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/reboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/reboot.c')
-rw-r--r--sysdeps/unix/sysv/linux/reboot.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/reboot.c b/sysdeps/unix/sysv/linux/reboot.c
index a016321ee7..e5252456ab 100644
--- a/sysdeps/unix/sysv/linux/reboot.c
+++ b/sysdeps/unix/sysv/linux/reboot.c
@@ -25,5 +25,6 @@
 int
 reboot (int howto)
 {
-  return INLINE_SYSCALL (reboot, 3, (int) 0xfee1dead, 672274793, howto);
+  return INLINE_SYSCALL_RETURN (reboot, 3, int, (int) 0xfee1dead,
+				672274793, howto);
 }