summaryrefslogtreecommitdiff
path: root/util/libreboot-utils/include/common.h
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-04-01 19:17:32 +0100
committerLeah Rowe <leah@libreboot.org>2026-04-01 19:17:32 +0100
commita6d2de4e888b42e6fad53240d97b6cc2f06bf79f (patch)
tree58611fcb8ee66e5214f93454dce14c4e274f23bf /util/libreboot-utils/include/common.h
parentd12ca7fd8ee9e090b784812648a101335e507a2c (diff)
libreboot-utils: don't loop lseek on EINTR
not necessary. Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils/include/common.h')
-rw-r--r--util/libreboot-utils/include/common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h
index 7d566d70..f249e6a5 100644
--- a/util/libreboot-utils/include/common.h
+++ b/util/libreboot-utils/include/common.h
@@ -465,8 +465,6 @@ int io_args(int fd, void *mem, size_t nrw,
off_t off, int rw_type);
int check_file(int fd, struct stat *st);
ssize_t rw_over_nrw(ssize_t r, size_t nrw);
-off_t lseek_on_eintr(int fd, off_t off,
- int whence);
int off_retry(int saved_errno, off_t rval);
int sys_retry(int saved_errno, long rval);
int fs_retry(int saved_errno, int rval);