mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-13 11:55:02 +08:00
[!defined _LIBC]: Include exit.h.
Remove; now done by exit.h.
This commit is contained in:
parent
e151df91d8
commit
ea2c919bf2
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user