mirror of git://sourceware.org/git/glibc.git
Update.
* conform/conformtest.pl: <inttypes.h> test required <stddef.h>.
This commit is contained in:
parent
b6d64fb0f9
commit
668770fc51
|
|
@ -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.
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue