summaryrefslogtreecommitdiff
path: root/util/nvmutil/include/common.h
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-19 07:48:53 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commit7cc584fe0ea785e6d798bc67496324f06da5b01b (patch)
tree29416ae7f09da9ae1a190ae57cb4b7ed03d8e0ed /util/nvmutil/include/common.h
parentf4ea6100145db78511d8edbe09f9dd3b9832def4 (diff)
nvmutil: rename lseek_loop to lseek_on_eintr
that's what it does! Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/nvmutil/include/common.h')
-rw-r--r--util/nvmutil/include/common.h2
1 files changed, 1 insertions, 1 deletions
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);