summaryrefslogtreecommitdiffstats
path: root/loader/stubs.c
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-09 22:34:50 +0000
committerMatt Wilson <msw@redhat.com>1999-09-09 22:34:50 +0000
commitf4e486de50f4144573d6e80c3535172dc613fc88 (patch)
treee83b53e9b1b9ff92cd3231479bcde2529595a05e /loader/stubs.c
parent36feb8dc820dd9292dd11ebec0a17e457ee71ed7 (diff)
downloadanaconda-f4e486de50f4144573d6e80c3535172dc613fc88.tar.gz
anaconda-f4e486de50f4144573d6e80c3535172dc613fc88.tar.xz
anaconda-f4e486de50f4144573d6e80c3535172dc613fc88.zip
patches from jj
Diffstat (limited to 'loader/stubs.c')
-rw-r--r--loader/stubs.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/loader/stubs.c b/loader/stubs.c
index 55d9ba1bf..b1fb30430 100644
--- a/loader/stubs.c
+++ b/loader/stubs.c
@@ -1,4 +1,10 @@
#include <gconv.h>
+
+#if !defined(UNKNOWN_10646_CHAR) && defined(__UNKNOWN_10646_CHAR)
+/* Newer glibcs use underscores in gconv.h */
+#define GCONV_OK __GCONV_OK
+#define GCONV_NOCONV __GCONV_NOCONV
+#endif
#define ASM_GLOBAL_DIRECTIVE .globl
#define __SYMBOL_PREFIX