diff options
author | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-06 07:44:38 +0000 |
---|---|---|
committer | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 1997-09-06 07:44:38 +0000 |
commit | 1f8d6ab2f28f093e9d042a60330fa4eecc62b6bf (patch) | |
tree | 82e1a9aef1a37d3e21b8f1d0fe3a9435ad5a2f53 /libio/streambuf.cc | |
parent | ab30f70101e52379c93867bda656cafc1689fe24 (diff) | |
download | gcc-1f8d6ab2f28f093e9d042a60330fa4eecc62b6bf.tar.gz |
Insert libio rewrite and its various changes from devo.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@15129 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libio/streambuf.cc')
-rw-r--r-- | libio/streambuf.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libio/streambuf.cc b/libio/streambuf.cc index d66af097aa5..8f7908b8403 100644 --- a/libio/streambuf.cc +++ b/libio/streambuf.cc @@ -213,7 +213,7 @@ streambuf::streambuf(int flags) #endif } -streambuf::~streambuf() { _IO_default_finish(this); } +streambuf::~streambuf() { _IO_default_finish(this,0); } streampos streambuf::seekoff(streamoff, _seek_dir, int /*=ios::in|ios::out*/) |