don't disable seeking after first seek failure
authorRich Felker <dalias@aerifal.cx>
Sat, 2 Apr 2011 17:55:54 +0000 (13:55 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 2 Apr 2011 17:55:54 +0000 (13:55 -0400)
commit8de03e1a90e60f62806c488cfa4985f99e869f87
treee139eb856b577b4e8f997e02dbcdf0de245d32fc
parent9a909fcd915c65628931dcf6e7b34f261e39e3a3
don't disable seeking after first seek failure

this could cause problems if the application uses dup2(fd,fileno(f))
to redirect, and the old fd was not seekable but the new fd is.
src/stdio/__stdio_seek.c