summaryrefslogtreecommitdiff
path: root/rpmio
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2009-09-17 12:51:28 +0300
committerPanu Matilainen <pmatilai@redhat.com>2009-09-17 12:51:28 +0300
commitb3dcc48824c6ddefdfe784148f3a5da0bd60ed90 (patch)
treee72cac8ba33dc462f1f354a0a509e022a63eda4e /rpmio
parentb805731ce3d3cb9d79c224d936c41a10861baed5 (diff)
downloadrpm-b3dcc48824c6ddefdfe784148f3a5da0bd60ed90.tar.gz
rpm-b3dcc48824c6ddefdfe784148f3a5da0bd60ed90.tar.bz2
rpm-b3dcc48824c6ddefdfe784148f3a5da0bd60ed90.zip
EXIT_FAILURE being defined is already handled in system.h
Diffstat (limited to 'rpmio')
-rw-r--r--rpmio/rpmmalloc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/rpmio/rpmmalloc.c b/rpmio/rpmmalloc.c
index 5b26b047d..5a7183470 100644
--- a/rpmio/rpmmalloc.c
+++ b/rpmio/rpmmalloc.c
@@ -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;