mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-14 07:19:40 +02:00
nvmutil: don't have finite eintr wait
this is technically incorrect. we don't control faults in the hardware. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -59,10 +59,6 @@ int fchmod(int fd, mode_t mode);
|
||||
#define HAVE_REAL_PREAD_PWRITE 0
|
||||
#endif
|
||||
|
||||
#ifndef MAX_EAGAIN_RETRIES
|
||||
#define MAX_EAGAIN_RETRIES 100000
|
||||
#endif
|
||||
|
||||
#ifndef LOOP_EAGAIN
|
||||
#define LOOP_EAGAIN 1
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user