diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-09-17 12:51:28 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-09-17 12:51:28 +0300 |
commit | b3dcc48824c6ddefdfe784148f3a5da0bd60ed90 (patch) | |
tree | e72cac8ba33dc462f1f354a0a509e022a63eda4e /rpmio | |
parent | b805731ce3d3cb9d79c224d936c41a10861baed5 (diff) | |
download | librpm-tizen-b3dcc48824c6ddefdfe784148f3a5da0bd60ed90.tar.gz librpm-tizen-b3dcc48824c6ddefdfe784148f3a5da0bd60ed90.tar.bz2 librpm-tizen-b3dcc48824c6ddefdfe784148f3a5da0bd60ed90.zip |
EXIT_FAILURE being defined is already handled in system.h
Diffstat (limited to 'rpmio')
-rw-r--r-- | rpmio/rpmmalloc.c | 4 |
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; |