From 7edd1b564cbcdf4fa7481eb8cbe1354eb5a686ff Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 3 Oct 2002 16:37:04 +0000 Subject: Update. 2002-10-03 Jakub Jelinek * sysdeps/unix/sysv/linux/_exit.c (__syscall_exit, __syscall_exit_group): New prototypes. --- sysdeps/unix/sysv/linux/_exit.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sysdeps') diff --git a/sysdeps/unix/sysv/linux/_exit.c b/sysdeps/unix/sysv/linux/_exit.c index a8126a61f1..7f96da60f8 100644 --- a/sysdeps/unix/sysv/linux/_exit.c +++ b/sysdeps/unix/sysv/linux/_exit.c @@ -22,6 +22,9 @@ #include #include +extern void __syscall_exit_group (int status); +extern void __syscall_exit (int status); + void _exit (status) -- cgit v1.2.3