From: Jim Meyering Date: Sat, 13 Sep 2003 10:21:07 +0000 (+0000) Subject: [!defined _LIBC]: Include exit.h. X-Git-Tag: v5.1.0~656 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea2c919bf2eda93033d3730681c63fa4fdff91ca;p=thirdparty%2Fcoreutils.git [!defined _LIBC]: Include exit.h. Remove; now done by exit.h. --- diff --git a/lib/obstack.c b/lib/obstack.c index 705c65d4aa..bf6bba86c1 100644 --- a/lib/obstack.c +++ b/lib/obstack.c @@ -82,8 +82,8 @@ void (*obstack_alloc_failed_handler) (void) = print_and_abort; /* Exit value used when `print_and_abort' is used. */ # include -# ifndef EXIT_FAILURE -# define EXIT_FAILURE 1 +# ifndef _LIBC +# include "exit.h" # endif int obstack_exit_failure = EXIT_FAILURE;