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:
Leah Rowe
2026-03-19 07:43:43 +00:00
parent 81ac8eead9
commit d9f2aff95c
2 changed files with 1 additions and 12 deletions
-4
View File
@@ -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