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-19 07:48:53 +0000
commit4b35d9ac290efaed02639567f7bc47c739b7c586 (patch)
tree4f1541fe51fb8cf2e951c75fd71fdc57f976db16 /util/nvmutil/include/common.h
parent1fbe972fa757f10fd6b0b138ce3ab5b0d5cffac8 (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);