EXIT_FAILURE being defined is already handled in system.h
authorPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Sep 2009 09:51:28 +0000 (12:51 +0300)
committerPanu Matilainen <pmatilai@redhat.com>
Thu, 17 Sep 2009 09:51:28 +0000 (12:51 +0300)
rpmio/rpmmalloc.c

index 5b26b04..5a71834 100644 (file)
@@ -5,10 +5,6 @@
 #include "system.h"
 #include "debug.h"
 
-#if !defined(EXIT_FAILURE)
-#define        EXIT_FAILURE    1
-#endif
-
 static rpmMemFailFunc failfunc = NULL;
 static void *failfunc_data = NULL;