mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-19 00:03:45 +02:00
util/nvmutil: don't reset errno in check_read_or_die
we want to debug it after the fact; this is now handled, in the calling functions (unhandled error exceptions). Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -450,9 +450,7 @@ check_read_or_die(const char *rpath, ssize_t rval, size_t rsize,
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* Bad read, with errno EINTR (syscall interrupted).
|
* Bad read, with errno EINTR (syscall interrupted).
|
||||||
* Reset the error state and try again.
|
|
||||||
*/
|
*/
|
||||||
errno = 0;
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user