mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 15:23:53 -06:00
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>
This commit is contained in:
parent
dde5f40dc3
commit
c9cdf0a5ec
2 changed files with 32 additions and 4 deletions
|
@ -67,10 +67,6 @@ safe_syscall4(pid_t, wait4, pid_t, wpid, int *, status, int, options,
|
|||
safe_syscall6(pid_t, wait6, idtype_t, idtype, id_t, id, int *, status, int,
|
||||
options, struct __wrusage *, wrusage, siginfo_t *, infop);
|
||||
|
||||
void target_set_brk(abi_ulong new_brk)
|
||||
{
|
||||
}
|
||||
|
||||
/*
|
||||
* errno conversion.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue