diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-08-19 01:33:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-08-19 01:33:45 +0000 |
commit | 668770fc51249efd4d063a02329b3fb353fa10e8 (patch) | |
tree | 655cedc584688b4ca5069499d7aeffcd948018d5 /conform/conformtest.pl | |
parent | b6d64fb0f925a96e5fbce08daaefa443f71df939 (diff) | |
download | glibc-668770fc51249efd4d063a02329b3fb353fa10e8.tar glibc-668770fc51249efd4d063a02329b3fb353fa10e8.tar.gz glibc-668770fc51249efd4d063a02329b3fb353fa10e8.tar.bz2 glibc-668770fc51249efd4d063a02329b3fb353fa10e8.zip |
Update.
* conform/conformtest.pl: <inttypes.h> test required <stddef.h>.
Diffstat (limited to 'conform/conformtest.pl')
-rw-r--r-- | conform/conformtest.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/conformtest.pl b/conform/conformtest.pl index 364e34d2a4..ebef130e96 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 <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"; |