mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 05:50:14 +00:00
Update.
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:
parent
0ea49d3cef
commit
7edd1b564c
@ -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
13829
ChangeLog.13
Normal file
File diff suppressed because it is too large
Load Diff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user