From 6916c5e1fa03596836767d10648a26eff9d6a8e2 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 7 Apr 1998 15:41:36 +0000 Subject: Update. 1998-04-07 17:50 Zack Weinberg * glibcbug.in: Report version of gcc in use. Remove unused variable ENVIRONMENT. 1998-04-07 Gordon Matzigkeit * aclocal.m4 (LIBC_PROG_BINUTILS): Use `-print-prog-name', not `-print-file-name' to find as and ld. 1998-04-07 Ulrich Drepper * sysdeps/posix/mkstemp.c (mkstemp): Correct return value in case template is wrong. Remove unused varaible `ignored'. 1998-04-07 Andreas Jaeger * libc.map: Export __libc_sa_len. * iconv/gconv_conf.c (MAXPATHLEN): Define correctly. --- 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 7765efb6d5..252096b9f9 100644 --- a/iconv/gconv_conf.c +++ b/iconv/gconv_conf.c @@ -400,7 +400,7 @@ __gconv_read_conf (void) { #ifndef MAXPATHLEN /* We define a reasonable limit. */ -# define 4096 +# define MAXPATHLEN 4096 #endif char real_elem[MAXPATHLEN]; -- cgit v1.2.3