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 /libio/stdio.h | |
parent | ddd1037e4dd9394cdb89d79cc6a81543cf75f552 (diff) | |
download | glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar.gz glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.tar.bz2 glibc-f9b9f291b7bab3368457d3e273584c25a1ccdc0a.zip |
Update.
* conform/conformtest.pl: Define $mustprepend{"stdio.h"}.
* libio/stdio.h: Always define __need___va_list.
Diffstat (limited to 'libio/stdio.h')
-rw-r--r-- | libio/stdio.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index db84a4ecd4..af9ab952eb 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -32,9 +32,7 @@ __BEGIN_DECLS # define __need_NULL # include <stddef.h> -# ifndef __USE_XOPEN -# define __need___va_list -# endif +# define __need___va_list # include <stdarg.h> # include <bits/types.h> |