diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 09:13:22 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-28 09:13:22 +0000 |
commit | f9b9f291b7bab3368457d3e273584c25a1ccdc0a (patch) | |
tree | 831143baf2726d8bfe77042a83d806fdd796045d /conform/conformtest.pl | |
parent | ddd1037e4dd9394cdb89d79cc6a81543cf75f552 (diff) | |
download | glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar.gz glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar.xz glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.zip |
Update.
* conform/conformtest.pl: Define $mustprepend{"stdio.h"}. * libio/stdio.h: Always define __need___va_list.
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 371a04efe1..5a15760728 100644 --- a/conform/conformtest.pl +++ b/conform/conformtest.pl @@ -56,6 +56,7 @@ $CFLAGS{"XOPEN2K"} = "-I. '-D__attribute__(x)=' -D_XOPEN_SOURCE=600"; $mustprepend{'regex.h'} = "#include <sys/types.h>\n"; $mustprepend{'sched.h'} = "#include <sys/types.h>\n"; $mustprepend{'signal.h'} = "#include <pthread.h>\n"; +$mustprepend{'stdio.h'} = "#include <stdarg.h>\n"; $mustprepend{'wchar.h'} = "#include <stdarg.h>\n"; $mustprepend{'wordexp.h'} = "#include <stddef.h>\n"; |