commit | c6cc059eca18d9f6e4e26bb8b6d1135ddb35d81a | [log] [tgz] |
---|---|---|
author | Akihiko Odaki <akihiko.odaki@daynix.com> | Wed Aug 02 16:17:49 2023 +0900 |
committer | Richard Henderson <richard.henderson@linaro.org> | Sun Aug 06 16:39:00 2023 -0700 |
tree | ca16a2f002a7bf95bc1a03196abdeb9f03131163 | |
parent | ddcdd8c48fc48b2d528756fc98f1ce0ec3d7b617 [diff] |
linux-user: Do not call get_errno() in do_brk() Later the returned value is compared with -1, and negated errno is not expected. Fixes: 00faf08c95 ("linux-user: Don't use MAP_FIXED in do_brk()") Reviewed-by: Helge Deller <deller@gmx.de> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Message-Id: <20230802071754.14876-4-akihiko.odaki@daynix.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>