summaryrefslogtreecommitdiff
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, 1 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/reboot.c b/sysdeps/unix/sysv/linux/reboot.c
index e5252456ab..a016321ee7 100644
--- a/sysdeps/unix/sysv/linux/reboot.c
+++ b/sysdeps/unix/sysv/linux/reboot.c
@@ -25,6 +25,5 @@
int
reboot (int howto)
{
- return INLINE_SYSCALL_RETURN (reboot, 3, int, (int) 0xfee1dead,
- 672274793, howto);
+ return INLINE_SYSCALL (reboot, 3, (int) 0xfee1dead, 672274793, howto);
}