]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
[!defined _LIBC]: Include exit.h.
authorJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:21:07 +0000 (10:21 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 13 Sep 2003 10:21:07 +0000 (10:21 +0000)
Remove; now done by exit.h.

lib/obstack.c

index 705c65d4aab07bafd847ec6fd046d0176d9d57a3..bf6bba86c1d2fd6b18f7755fb09a3ba1d134e1cb 100644 (file)
@@ -82,8 +82,8 @@ void (*obstack_alloc_failed_handler) (void) = print_and_abort;
 
 /* Exit value used when `print_and_abort' is used.  */
 # include <stdlib.h>
-# ifndef EXIT_FAILURE
-#  define EXIT_FAILURE 1
+# ifndef _LIBC
+#  include "exit.h"
 # endif
 int obstack_exit_failure = EXIT_FAILURE;