[klibc] fseek: remove redundant clearing of obytes

We have already called __fflush() and gotten success, so obytes must
be zero.  That is also why we don't need to adjust the where argument
for obytes in the SEEK_CUR case.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
1 file changed