summaryrefslogtreecommitdiff
path: root/util/libreboot-utils
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2026-03-26 04:45:17 +0000
committerLeah Rowe <leah@libreboot.org>2026-03-26 06:59:42 +0000
commit5e049df024bec542d15468470f86feb9de558b8e (patch)
tree5811261a0e089d82079daf455dcaa7e5e6f0d299 /util/libreboot-utils
parent5ea7fe22b211ef8d677b22d93e946d635740cb4d (diff)
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 <leah@libreboot.org>
Diffstat (limited to 'util/libreboot-utils')
-rw-r--r--util/libreboot-utils/include/common.h2
1 files changed, 1 insertions, 1 deletions
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