mirror of git://sourceware.org/git/glibc.git
Fix up formatting
This commit is contained in:
parent
fa3cd24827
commit
091eff71a5
|
@ -1,5 +1,7 @@
|
||||||
2014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
|
2014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
|
||||||
|
|
||||||
|
* libio/wfileops.c (do_ftell_wide): Fix up formatting.
|
||||||
|
|
||||||
* libio/fileops.c (do_ftell): Use cached offset when
|
* libio/fileops.c (do_ftell): Use cached offset when
|
||||||
available.
|
available.
|
||||||
* libio/iofwide.c (do_ftell_wide): Likewise.
|
* libio/iofwide.c (do_ftell_wide): Likewise.
|
||||||
|
|
|
@ -699,8 +699,8 @@ do_ftell_wide (_IO_FILE *fp)
|
||||||
offset += outstop - out;
|
offset += outstop - out;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* _IO_read_end coincides with fp._offset, so the actual file position
|
/* _IO_read_end coincides with fp._offset, so the actual file
|
||||||
is fp._offset - (_IO_read_end - new_write_ptr). */
|
position is fp._offset - (_IO_read_end - new_write_ptr). */
|
||||||
offset -= fp->_IO_read_end - fp->_IO_write_ptr;
|
offset -= fp->_IO_read_end - fp->_IO_write_ptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue