]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Sun, 19 Aug 2001 01:33:45 +0000 (01:33 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 19 Aug 2001 01:33:45 +0000 (01:33 +0000)
* conform/conformtest.pl: <inttypes.h> test required <stddef.h>.

ChangeLog
conform/conformtest.pl

index c95fd268b75e4bcadd69af37e434c1394cfffed2..ff4605adbc9d93c54c4108a38562c6df5b6dddfc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2001-08-18  Ulrich Drepper  <drepper@redhat.com>
 
+       * conform/conformtest.pl: <inttypes.h> test required <stddef.h>.
+
        * wcsmbs/wchar.h (wcwdith): Change parameter type to wchar_t.
        * wcsmbs/wcwidth.c (wcwdith): Likewise.
        * wcsmbs/wcwidth.h (internal_wcwdith): Likewise.
index 364e34d2a462a3efa4133d35ee909d0d5f384ad8..ebef130e967f1b8b5123d1aa132b5c6fed29c2d8 100644 (file)
@@ -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 <stddef.h>\n";
 $mustprepend{'regex.h'} = "#include <sys/types.h>\n";
 $mustprepend{'sched.h'} = "#include <sys/types.h>\n";
 $mustprepend{'signal.h'} = "#include <pthread.h>\n";
This page took 0.048806 seconds and 5 git commands to generate.