From 479e9b3f2135707d4bfd13bf6c2ad1a242ea6cfc Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Wed, 15 Apr 1998 10:15:16 +0000 Subject: Update. 1998-04-15 Ulrich Drepper * iconv/gconv_simple.c (__gconv_transform_ucs4_ascii): Fix typo in last change. 1998-04-14 Andreas Schwab * elf/dl-minimal.c (__strtol_internal): Correct range check. Fix return value on overflow. 1998-04-14 Andreas Schwab * sysdeps/posix/mkstemp.c (mkstemp): Change value and v to 64 bits. 1998-04-14 Andreas Schwab * malloc/mtrace.c (mtrace): Use standard function setvbuf instead of non-standard function setbuffer. 1998-04-15 Andreas Jaeger * stdio-common/perror.c: Include for __strerror_r. --- stdio-common/perror.c | 1 + 1 file changed, 1 insertion(+) (limited to 'stdio-common/perror.c') diff --git a/stdio-common/perror.c b/stdio-common/perror.c index 4b29f52..4c29cb0 100644 --- a/stdio-common/perror.c +++ b/stdio-common/perror.c @@ -17,6 +17,7 @@ Boston, MA 02111-1307, USA. */ #include +#include #include /* Print a line on stderr consisting of the text in S, a colon, a space, -- cgit v1.1