diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-02-17 18:58:25 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-02-17 18:58:25 +0000 |
commit | 2e0e802af03469e52cce425dc87d70e33e0f0346 (patch) | |
tree | d71ab16e80e13d585c67f685b6518a0748507852 /libio | |
parent | 15c4b5a48b847f11e539dc8efdbbb4e0c56821ac (diff) | |
download | glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.tar glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.tar.gz glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.tar.bz2 glibc-2e0e802af03469e52cce425dc87d70e33e0f0346.zip |
[BZ #2648]
* locales/pl_PL: Fix currency_symbol and its placement.
Diffstat (limited to 'libio')
-rw-r--r-- | libio/stdio.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libio/stdio.h b/libio/stdio.h index 3738e6d3b6..8e6694a6b3 100644 --- a/libio/stdio.h +++ b/libio/stdio.h @@ -1,5 +1,5 @@ /* Define ISO C stdio on top of C++ iostreams. - Copyright (C) 1991,1994-2004,2005,2006 Free Software Foundation, Inc. + Copyright (C) 1991,1994-2004,2005,2006,2007 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 @@ -41,6 +41,9 @@ __BEGIN_DECLS #if !defined __FILE_defined && defined __need_FILE +/* Define outside of namespace so the C++ is happy. */ +struct _IO_FILE; + __BEGIN_NAMESPACE_STD /* The opaque type of streams. This is the definition used elsewhere. */ typedef struct _IO_FILE FILE; |