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

@ -1,3 +1,8 @@
2002-10-03 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/sysv/linux/_exit.c (__syscall_exit,
__syscall_exit_group): New prototypes.
2002-10-03 Ulrich Drepper <drepper@redhat.com>
* glibc 2.3 released.

13829
ChangeLog.13 Normal file

File diff suppressed because it is too large Load Diff

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)