mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
Update.
* sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>. (_exit): Don't use ABORT_INSTRUCTION if it is not defined. Reported by Glen Nakamura <glen@imodulo.com>.
This commit is contained in:
@ -1,7 +1,8 @@
|
|||||||
2002-09-19 Ulrich Drepper <drepper@redhat.com>
|
2002-09-19 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/_exit.c (_exit): Don't use ABORT_INSTRUCTION
|
* sysdeps/unix/sysv/linux/_exit.c: Include <errno.h>.
|
||||||
if it is not defined. Reported by Glen Nakamura <glen@imodulo.com>.
|
(_exit): Don't use ABORT_INSTRUCTION if it is not defined.
|
||||||
|
Reported by Glen Nakamura <glen@imodulo.com>.
|
||||||
|
|
||||||
2002-09-19 Neal H. Walfield <neal@cs.uml.edu>
|
2002-09-19 Neal H. Walfield <neal@cs.uml.edu>
|
||||||
|
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
|
||||||
02111-1307 USA. */
|
02111-1307 USA. */
|
||||||
|
|
||||||
|
#include <errno.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
Reference in New Issue
Block a user