Commit c7c772f9 authored by Ruslan Kuprieiev's avatar Ruslan Kuprieiev Committed by Pavel Emelyanov

libcriu: add cr_errno support

Signed-off-by: 's avatarRuslan Kuprieiev <kupruser@gmail.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 8cba5a16
...@@ -448,6 +448,9 @@ again: ...@@ -448,6 +448,9 @@ again:
} }
} }
if ((*resp)->has_cr_errno)
saved_errno = (*resp)->cr_errno;
exit: exit:
return ret; return ret;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment