mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 07:13:54 -06: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:
parent
4061c3346e
commit
9bfba08a1f
3 changed files with 5 additions and 5 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue