commit | ea8ee3ee933c40e01be0d0cb95c444182c52cd25 | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Mon Nov 22 19:49:02 2021 +0100 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Dec 19 20:47:33 2021 -0800 |
tree | bae5c5b2a2d850b418e001c3902c89b1d4086fdd | |
parent | af254a279255bd753c2b0b3a70fc39f09c724aab [diff] |
bsd-user: Rename TARGET_ERESTARTSYS to QEMU_ERESTARTSYS This value is fully internal to qemu, and so is not a TARGET define. We use this as an extra marker for both host and target errno. Reviewed-by: Warner Losh <imp@bsdimp.com> Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>