From d3cd277474ad17c591db5868aa16e1f84c891f01 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 26 Mar 2026 04:45:17 +0000 Subject: REAL_POS_IO enable by default in nvmutil (for real pwrite/pread. don't use the compatibility one - it works perfectly, but using it is pointless and may have unknown bugs, even though i know it's probably perfect) Signed-off-by: Leah Rowe --- util/libreboot-utils/include/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/libreboot-utils/include/common.h b/util/libreboot-utils/include/common.h index d588e43e..0c8fbd3d 100644 --- a/util/libreboot-utils/include/common.h +++ b/util/libreboot-utils/include/common.h @@ -83,7 +83,7 @@ int fchmod(int fd, mode_t mode); #endif #ifndef REAL_POS_IO -#define REAL_POS_IO 0 +#define REAL_POS_IO 1 #endif #ifndef LOOP_EAGAIN -- cgit v1.2.1