From d9826675fcf2575c5961d6352def915d8b06e4d5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 25 Jan 2001 08:43:53 +0000 Subject: [PATCH] Update. * wcsmbs/wchar.h: Get FILE definition for XPG5. --- ChangeLog | 2 ++ wcsmbs/wchar.h | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 2527459..9f782eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2001-01-25 Ulrich Drepper + * wcsmbs/wchar.h: Get FILE definition for XPG5. + * conform/data/ctype.h-data: Use correct comment form. * conform/data/errno.h-data: Likewise. * conform/data/math.h-data: Likewise. diff --git a/wcsmbs/wchar.h b/wcsmbs/wchar.h index 92aa5db..0c0d8a0 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 /* Get va_list definition. */ # define __need___va_list -- 2.7.4