mirror of git://sourceware.org/git/glibc.git
parent
4de9dbfa2c
commit
d9826675fc
|
@ -1,5 +1,7 @@
|
||||||
2001-01-25 Ulrich Drepper <drepper@redhat.com>
|
2001-01-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* wcsmbs/wchar.h: Get FILE definition for XPG5.
|
||||||
|
|
||||||
* conform/data/ctype.h-data: Use correct comment form.
|
* conform/data/ctype.h-data: Use correct comment form.
|
||||||
* conform/data/errno.h-data: Likewise.
|
* conform/data/errno.h-data: Likewise.
|
||||||
* conform/data/math.h-data: Likewise.
|
* conform/data/math.h-data: Likewise.
|
||||||
|
|
|
@ -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.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
|
@ -31,6 +31,9 @@
|
||||||
#ifdef _WCHAR_H
|
#ifdef _WCHAR_H
|
||||||
/* Get FILE definition. */
|
/* Get FILE definition. */
|
||||||
# define __need___FILE
|
# define __need___FILE
|
||||||
|
# ifdef __USE_UNIX98
|
||||||
|
# define __need_FILE
|
||||||
|
# endif
|
||||||
# include <stdio.h>
|
# include <stdio.h>
|
||||||
/* Get va_list definition. */
|
/* Get va_list definition. */
|
||||||
# define __need___va_list
|
# define __need___va_list
|
||||||
|
|
Loading…
Reference in New Issue