mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-21 10:12:04 +02:00
@@ -2087,7 +2087,7 @@ real_pread_pwrite:
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
if (off != verified)
|
if (off != verified)
|
||||||
return -1;
|
goto err_prw;
|
||||||
|
|
||||||
if (rw_type == IO_PREAD)
|
if (rw_type == IO_PREAD)
|
||||||
r = read(fd, mem, nrw);
|
r = read(fd, mem, nrw);
|
||||||
|
|||||||
Reference in New Issue
Block a user