Commit c135a22c by Mark Mitchell Committed by Mark Mitchell

* config/c_io_stdio.h: Include libio.h.

From-SVN: r37495
parent 29120f44
2000-11-16 Mark Mitchell <mark@codesourcery.com>
* config/c_io_stdio.h: Include libio.h.
Wed Nov 15 18:39:34 2000 Mark P Mitchell <mark@codesourcery.com> Wed Nov 15 18:39:34 2000 Mark P Mitchell <mark@codesourcery.com>
* acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la. * acinclude.m4 (GLIBCPP_ENABLE_CSTDIO): Substitute libio_la.
......
...@@ -35,6 +35,12 @@ ...@@ -35,6 +35,12 @@
#include <stdio.h> #include <stdio.h>
#include <bits/c++threads.h> #include <bits/c++threads.h>
#if _GLIBCPP_USE_WCHAR_T
// Even though we use the C stdio facilities for ordinary streams,
// we still use libio for wide-character support.
#include <libio.h>
#endif
namespace std { namespace std {
// from fpos.h // from fpos.h
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment