From 77ccaba1fa58f871e797ced648c2966842e477db Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 5 Jul 1998 11:57:59 +0000 Subject: Update. 1998-07-05 11:54 Ulrich Drepper * Versions: Add pthread_attr_init ti GLIBC_2.1 version in libc. --- iconv/gconv_conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iconv') diff --git a/iconv/gconv_conf.c b/iconv/gconv_conf.c index 6457e37113..002f4e4232 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -326,7 +326,7 @@ read_conf_file (const char *filename, const char *directory, size_t dir_len, /* Process the known entries of the file. Comments start with `#' and end with the end of the line. Empty lines are ignored. */ - while (!feof (fp)) + while (!feof_unlocked (fp)) { char *rp, *endp, *word; ssize_t n = __getdelim (&line, &line_len, '\n', fp); -- cgit v1.2.3