diff options
Diffstat (limited to 'iconv/gconv_conf.c')
-rw-r--r-- | iconv/gconv_conf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 252096b9f9..c67a0d8f8c 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -404,7 +404,7 @@ __gconv_read_conf (void) #endif char real_elem[MAXPATHLEN]; - if (realpath (elem, real_elem) != NULL) + if (__realpath (elem, real_elem) != NULL) { size_t elem_len = strlen (real_elem); char *filename, *tmp; |