diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/_exit.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/_exit.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysdeps/unix/sysv/linux/_exit.c b/sysdeps/unix/sysv/linux/_exit.c index 7f96da60f8..1477bd80f6 100644 --- a/sysdeps/unix/sysv/linux/_exit.c +++ b/sysdeps/unix/sysv/linux/_exit.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2002 Free Software Foundation, Inc. +/* Copyright (C) 2002, 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,9 +22,6 @@ #include <sysdep.h> #include <abort-instr.h> -extern void __syscall_exit_group (int status); -extern void __syscall_exit (int status); - void _exit (status) |