1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-11 12:10:50 +03:00
2002-10-03  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
	__syscall_exit_group): New prototypes.
This commit is contained in:
Ulrich Drepper
2002-10-03 16:37:04 +00:00
parent 0ea49d3cef
commit 7edd1b564c
3 changed files with 13837 additions and 0 deletions

View File

@@ -22,6 +22,9 @@
#include <sysdep.h>
#include <abort-instr.h>
extern void __syscall_exit_group (int status);
extern void __syscall_exit (int status);
void
_exit (status)