* conform/conformtest.pl: <inttypes.h> test required <stddef.h>.
This commit is contained in:
Ulrich Drepper 2001-08-19 01:33:45 +00:00
parent b6d64fb0f9
commit 668770fc51
2 changed files with 3 additions and 0 deletions

View File

@ -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.

View 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";