mirror of
https://github.com/mii443/qemu.git
synced 2025-12-16 17:18:49 +00:00
bsd-user: spelling fixes: necesary, agrument, undocummented
Fixes:a99d740347"bsd-user: Implement do_obreak function" Fixes:8632729060"bsd-user: Implement freebsd_exec_common, used in implementing execve/fexecve." Fixes:bf14f13d8b"bsd-user: Implement stat related syscalls" Reviewed-by: Warner Losh <imp@bsdimp.com> Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
@@ -235,7 +235,7 @@ static inline abi_long do_obreak(abi_ulong brk_val)
|
||||
return target_brk;
|
||||
}
|
||||
|
||||
/* Release heap if necesary */
|
||||
/* Release heap if necessary */
|
||||
if (new_brk < old_brk) {
|
||||
target_munmap(new_brk, old_brk - new_brk);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user