mirror of
https://github.com/yuzu-emu/unicorn
synced 2024-11-25 00:48:32 +00:00
11c66029b7
C11 allows errno to be clobbered by pretty much any library function call, so in general callers need to take care to save errno before calling other functions. However, for error reporting functions this is rather awkward and can make the code on the caller side more complicated than necessary. error_setg_errno() already takes care of preserving errno and some functions rely on that, so just promise that we continue to do so in the future. Backports commit 98cb89af4df7e1776ce418ed6167b6e214a64435 from qemu |
||
---|---|---|
.. | ||
qmp | ||
clone-visitor.h | ||
dealloc-visitor.h | ||
error.h | ||
qobject-input-visitor.h | ||
qobject-output-visitor.h | ||
string-input-visitor.h | ||
visitor-impl.h | ||
visitor.h |