From aacf9fb6c9f6f364c8d1799b02f4d5fc0f63e98f Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 31 Mar 2026 11:41:27 +0100 Subject: libreboot-utils: unified EINTR loop handling absolutely unified. Signed-off-by: Leah Rowe --- util/libreboot-utils/lib/io.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/libreboot-utils/lib/io.c') diff --git a/util/libreboot-utils/lib/io.c b/util/libreboot-utils/lib/io.c index 4938cdc8..3b3a892f 100644 --- a/util/libreboot-utils/lib/io.c +++ b/util/libreboot-utils/lib/io.c @@ -33,7 +33,7 @@ open_gbe_file(void) f->gbe_fd = -1; - open_on_eintr(f->fname, &f->gbe_fd, + open_file_on_eintr(f->fname, &f->gbe_fd, O_NOFOLLOW | O_CLOEXEC | O_NOCTTY, ((cmd->flags & O_ACCMODE) == O_RDONLY) ? 0400 : 0600, &f->gbe_st); -- cgit v1.2.1