Module Name: src Committed By: kleink Date: Wed Nov 18 21:11:09 UTC 1998 Modified Files: src/lib/libc/stdio: rewind.c Log Message: * Wrap file locking around the function body in order to have fseek() and clearerr() executed as a single unit. * Remove clearing of errno; this fseek() error indicator must be visible to the caller.