From 4b35d9ac290efaed02639567f7bc47c739b7c586 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 19 Mar 2026 07:48:53 +0000 Subject: nvmutil: rename lseek_loop to lseek_on_eintr that's what it does! Signed-off-by: Leah Rowe --- util/nvmutil/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/nvmutil/include/common.h') diff --git a/util/nvmutil/include/common.h b/util/nvmutil/include/common.h index e5bad238..4173ca6e 100644 --- a/util/nvmutil/include/common.h +++ b/util/nvmutil/include/common.h @@ -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); -- cgit v1.2.1