mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +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
|
#endif
|
||||||
|
|
||||||
#ifndef REAL_POS_IO
|
#ifndef REAL_POS_IO
|
||||||
#define REAL_POS_IO 0
|
#define REAL_POS_IO 1
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef LOOP_EAGAIN
|
#ifndef LOOP_EAGAIN
|
||||||
|
|||||||
Reference in New Issue
Block a user