mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-26 20:03:54 -06:00
bsd-user: Remove last_brk
This variable is unused. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
62cbf08150
commit
3c4a8a8fda
2 changed files with 0 additions and 3 deletions
|
@ -232,7 +232,6 @@ abi_long target_mremap(abi_ulong old_addr, abi_ulong old_size,
|
|||
abi_ulong new_size, unsigned long flags,
|
||||
abi_ulong new_addr);
|
||||
int target_msync(abi_ulong start, abi_ulong len, int flags);
|
||||
extern unsigned long last_brk;
|
||||
extern abi_ulong mmap_next_start;
|
||||
abi_ulong mmap_find_vma(abi_ulong start, abi_ulong size);
|
||||
void TSA_NO_TSA mmap_fork_start(void);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue