summaryrefslogtreecommitdiff
path: root/libio
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-28 09:13:22 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-28 09:13:22 +0000
commitf9b9f291b7bab3368457d3e273584c25a1ccdc0a (patch)
tree831143baf2726d8bfe77042a83d806fdd796045d /libio
parentddd1037e4dd9394cdb89d79cc6a81543cf75f552 (diff)
Update.
* conform/conformtest.pl: Define $mustprepend{"stdio.h"}. * libio/stdio.h: Always define __need___va_list.
Diffstat (limited to 'libio')
-rw-r--r--libio/stdio.h4
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>