(_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just call _IO_SY...
authorUlrich Drepper <drepper@redhat.com>
Tue, 9 Nov 2004 07:04:08 +0000 (07:04 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 9 Nov 2004 07:04:08 +0000 (07:04 +0000)
commiteca29725d15f200f3eb8b106bb7bac3fb687fa74
tree3e02a6a8300bc0177a90a2e3853d9b5ad8bcc85e
parent936668d369d40eeeffb4cddd1b8c8cc21415f754
(_IO_new_file_seekoff): If mode is 0 and fp->_offset == _IO_pos_BAD, just call _IO_SYSSEEK (fp, 0, dir) and if successful set fp->_offset.
libio/fileops.c