diff options
author | Franz Sirl <Franz.Sirl-kernel@lauterbach.com> | 2000-09-23 17:01:47 +0000 |
---|---|---|
committer | Franz Sirl <sirl@gcc.gnu.org> | 2000-09-23 17:01:47 +0000 |
commit | a3b434a23543ba4fe8ac546382475e145b8be83f (patch) | |
tree | 3a8c0bcb8d3108330c9ca3bb8a709dc1a6b479b5 /libio/stdstreams.cc | |
parent | 2abdcaee8aa49ed57c1c75761b7d2fdc179539db (diff) | |
download | gcc-a3b434a23543ba4fe8ac546382475e145b8be83f.zip gcc-a3b434a23543ba4fe8ac546382475e145b8be83f.tar.gz gcc-a3b434a23543ba4fe8ac546382475e145b8be83f.tar.bz2 |
stdstreams.cc: Include <libio.h>, not "libio.h".
2000-09-23 Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
* stdstreams.cc: Include <libio.h>, not "libio.h".
* iolibio.h: Likewise.
(_IO_pos_BAD): Use _IO_off_t instead of _IO_fpos_t.
* libio.h (_IO_USER_LOCK): Define.
From-SVN: r36580
Diffstat (limited to 'libio/stdstreams.cc')
-rw-r--r-- | libio/stdstreams.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/stdstreams.cc b/libio/stdstreams.cc index a5889d7..7a74eaa 100644 --- a/libio/stdstreams.cc +++ b/libio/stdstreams.cc @@ -36,7 +36,7 @@ the executable file might be covered by the GNU General Public License. */ // then we don't need to, since in that case stdin/stdout/stderr // are identical to _IO_stdin/_IO_stdout/_IO_stderr. -#include "libio.h" +#include <libio.h> #ifdef _STDIO_USES_IOSTREAM #define CIN_SBUF _IO_stdin_ |