From 1bc83d2bb213bb32d8f7ae42595bbc1fec91094e Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sat, 1 Sep 2001 19:24:55 +0000 Subject: Update. 2001-09-01 Richard Henderson * sysdeps/alpha/elf/Dist: Remove file. * sysdeps/alpha/elf/Makefile: Remove file. * sysdeps/alpha/elf/crtbegin.S: Remove file. * sysdeps/alpha/elf/crtend.S: Remove file. * sysdeps/alpha/elf/initfini.c: New file. 2001-09-01 Mark Kettenis * iconv/tst-iconv1.c: Include for wchar_t. * iconv/tst-iconv3.c: Likewise. 2001-09-01 Jakub Jelinek * sysdeps/generic/inttypes.h (__gwchar_t): Define to wchar_t for C++. handle it like 'I' for symmetry with strftime. --- iconv/tst-iconv1.c | 1 + iconv/tst-iconv3.c | 1 + 2 files changed, 2 insertions(+) (limited to 'iconv') diff --git a/iconv/tst-iconv1.c b/iconv/tst-iconv1.c index d40fe539ba..d806ce6ae8 100644 --- a/iconv/tst-iconv1.c +++ b/iconv/tst-iconv1.c @@ -1,6 +1,7 @@ /* Test case by yaoz@nih.gov. */ #include +#include #include #include diff --git a/iconv/tst-iconv3.c b/iconv/tst-iconv3.c index 60aa5c3ed8..f613ed962b 100644 --- a/iconv/tst-iconv3.c +++ b/iconv/tst-iconv3.c @@ -2,6 +2,7 @@ #include #include +#include #include #define BUFSIZE 10000 -- cgit v1.2.3