diff options
author | Petr Baudis <pasky@ucw.cz> | 2011-09-03 19:53:42 +0200 |
---|---|---|
committer | Petr Baudis <pasky@ucw.cz> | 2011-09-03 19:53:42 +0200 |
commit | cf65c66723866e18be77c7676fde66deafd4d126 (patch) | |
tree | 2a5d1ef7e89e59edc929e79554b58fde5dd9a9aa | |
parent | 81313e32ef1885c1cb884042398b299df11f3e3c (diff) | |
download | glibc-cf65c66723866e18be77c7676fde66deafd4d126.zip glibc-cf65c66723866e18be77c7676fde66deafd4d126.tar.gz glibc-cf65c66723866e18be77c7676fde66deafd4d126.tar.bz2 |
Revert "Initialize variable in _IO_new_file_close_it"
This reverts commit 875703d0957adb972d542cfd174dba9bb95e8321.
Conflicts:
ChangeLog
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | libio/fileops.c | 2 |
2 files changed, 5 insertions, 2 deletions
@@ -1,3 +1,8 @@ +2011-05-14 Ulrich Drepper <drepper@gmail.com> + + * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before + storing incomplete byte sequence in state object. + 2011-05-17 H.J. Lu <hongjiu.lu@intel.com> [BZ #12775] diff --git a/libio/fileops.c b/libio/fileops.c index 66c17df..adf4cfa 100644 --- a/libio/fileops.c +++ b/libio/fileops.c @@ -175,8 +175,6 @@ _IO_new_file_close_it (fp) else write_status = _IO_SYSSEEK (fp, o, SEEK_SET) < 0 ? EOF : 0; } - else - write_status = 0; INTUSE(_IO_unsave_markers) (fp); |