1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00
* 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:
Ulrich Drepper
2002-09-20 04:43:33 +00:00
parent 1f32abab6a
commit 2ed4a17c9a
2 changed files with 4 additions and 2 deletions

View File

@ -16,6 +16,7 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
#include <errno.h>
#include <stdlib.h>
#include <unistd.h>
#include <sysdep.h>