From: Ulrich Drepper Date: Sun, 19 Aug 2001 01:33:45 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.20~15625 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=668770fc51249efd4d063a02329b3fb353fa10e8;p=platform%2Fupstream%2Flinaro-glibc.git Update. * conform/conformtest.pl: test required . --- diff --git a/ChangeLog b/ChangeLog index c95fd26..ff4605a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-08-18 Ulrich Drepper + * conform/conformtest.pl: test required . + * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t. * wcsmbs/wcwidth.c (wcwdith): Likewise. * wcsmbs/wcwidth.h (internal_wcwdith): Likewise. diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 364e34d..ebef130 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -53,6 +53,7 @@ $CFLAGS{"XOPEN2K"} = "-I. -fno-builtin '-D__attribute__(x)=' -D_XOPEN_SOURCE=600 @knownproblems = ('unix', 'linux', 'i386'); # Some headers need a bit more attention. +$mustprepend{'inttypes.h'} = "#include \n"; $mustprepend{'regex.h'} = "#include \n"; $mustprepend{'sched.h'} = "#include \n"; $mustprepend{'signal.h'} = "#include \n";