]> git.proxmox.com Git - mirror_qemu.git/commit
bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c
authorStacey Son <sson@FreeBSD.org>
Mon, 25 Sep 2023 18:26:54 +0000 (21:26 +0300)
committerWarner Losh <imp@bsdimp.com>
Tue, 3 Oct 2023 23:14:06 +0000 (17:14 -0600)
commitc9cdf0a5ecfd16176e48a8cec6fc4a22d9d7b229
treece723640f7367dff3e823d85d2a9b4ebaa0d1903
parentdde5f40dc38d61e80a91c482d9faf45eacdceed8
bsd-user: Implement target_set_brk function in bsd-mem.c instead of os-syscall.c

The definitions and variables names matches the corresponding ones in
linux-user/syscall.c, for making later implementation of do_obreak easier

Co-authored-by: Mikaël Urankar <mikael.urankar@gmail.com>
Signed-off-by: Mikaël Urankar <mikael.urankar@gmail.com>
Signed-off-by: Karim Taha <kariem.taha2.7@gmail.com>
Reviewed-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20230925182709.4834-9-kariem.taha2.7@gmail.com>
bsd-user/bsd-mem.c
bsd-user/freebsd/os-syscall.c