diff options
| author | Leah Rowe <leah@libreboot.org> | 2026-03-26 04:45:17 +0000 |
|---|---|---|
| committer | Leah Rowe <leah@libreboot.org> | 2026-03-26 04:45:17 +0000 |
| commit | d3cd277474ad17c591db5868aa16e1f84c891f01 (patch) | |
| tree | a344adc2d08da4741930d41c4bad7a3dd78bed47 /util | |
| parent | 3eacdfe1f9367cf1278c84a9521c7f2b4a721409 (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')
| -rw-r--r-- | util/libreboot-utils/include/common.h | 2 |
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 |
