diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2012-05-31 15:51:15 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2012-05-31 16:46:40 +0300 |
commit | bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c (patch) | |
tree | f76c1f5deab52bf4ae8fc2fb82e9f467d96137b1 /system.h | |
parent | 38932d1d175b8ff8a509d2d9995ffb3eb576ff3a (diff) | |
download | rpm-bf088dbeb5fbc67cae647ec13d02fdabc1a4f64c.tar.gz |
Bury our glob() implementation entirely inside rpmglob.c (RhBug:819680)
- Lump glob.h and glob.c into rpmglob.c in all their g(l)ory libc
decorations and make everything static to stop overriding system
library symbols with our own glob().
Diffstat (limited to 'system.h')
-rw-r--r-- | system.h | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -137,18 +137,7 @@ extern const char *__progname; /* ============== from misc/miscfn.h */ -#if !defined(USE_GNU_GLOB) -#if HAVE_FNMATCH_H -#include <fnmatch.h> -#endif - -#if HAVE_GLOB_H -#include <glob.h> -#endif -#else -#include "misc/glob.h" #include "misc/fnmatch.h" -#endif #include <dlfcn.h> |