diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/reboot.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/reboot.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/reboot.c b/sysdeps/unix/sysv/linux/reboot.c index b97601dab0..e936f0456c 100644 --- a/sysdeps/unix/sysv/linux/reboot.c +++ b/sysdeps/unix/sysv/linux/reboot.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. +/* Copyright (C) 1996, 1997, 1998, 1999, 2003 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -22,8 +22,6 @@ #include <sysdep.h> #include <sys/syscall.h> -extern int __syscall_reboot (int magic, int magic_too, int flag); - /* Call kernel with additional two arguments the syscall requires. */ int reboot (int howto) |