nvmutil: rename lseek_loop to lseek_on_eintr

that's what it does!

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2026-03-19 07:48:53 +00:00
parent f4ea610014
commit 7cc584fe0e
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -404,7 +404,7 @@ int check_file(int fd, struct stat *st);
long rw_over_nrw(long r, unsigned long nrw);
#if !defined(HAVE_REAL_PREAD_PWRITE) || \
HAVE_REAL_PREAD_PWRITE < 1
off_t lseek_loop(int fd, off_t off,
off_t lseek_on_eintr(int fd, off_t off,
int whence, int loop_eagain, int loop_eintr);
#endif
int try_err(int loop_err, int errval);