about summary refs log tree commit diff
path: root/wcsmbs/wchar.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-25 08:43:53 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-25 08:43:53 +0000
commitd9826675fcf2575c5961d6352def915d8b06e4d5 (patch)
treed61d6af9f6eee872f134792afe62f5ef2f05ee36 /wcsmbs/wchar.h
parent4de9dbfa2c7bea00f7d2dcad14eea71f0ef995f7 (diff)
downloadglibc-d9826675fcf2575c5961d6352def915d8b06e4d5.tar.gz
glibc-d9826675fcf2575c5961d6352def915d8b06e4d5.tar.xz
glibc-d9826675fcf2575c5961d6352def915d8b06e4d5.zip
Update.
	* wcsmbs/wchar.h: Get FILE definition for XPG5.
Diffstat (limited to 'wcsmbs/wchar.h')
-rw-r--r--wcsmbs/wchar.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h
index 92aa5db470..0c0d8a0272 100644
--- a/wcsmbs/wchar.h
+++ b/wcsmbs/wchar.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995-1999, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1995-1999, 2000, 2001 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -31,6 +31,9 @@
 #ifdef _WCHAR_H
 /* Get FILE definition.  */
 # define __need___FILE
+# ifdef __USE_UNIX98
+#  define __need_FILE
+# endif
 # include <stdio.h>
 /* Get va_list definition.  */
 # define __need___va_list