mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user