diff options
Diffstat (limited to 'iconv/gconv_conf.c')
-rw-r--r-- | iconv/gconv_conf.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 002f4e4232..0658f455ab 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -77,6 +77,10 @@ builtin_aliases[] = #include "gconv_builtin.h" }; +#ifdef USE_IN_LIBIO +# define __getdelim(line, len, c, fp) _IO_getdelim (line, len, c, fp) +#endif + /* Function for searching module. */ static int |