X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=bsd-user%2Fmmap.c;h=3ef11b28079b2254c090fa1701cbb11143a2a1b2;hb=c61a0d31f8db4cb6c54e473e9a44dca616969414;hp=b62a69bd07550051bd2357ce31f6d9870e7987ca;hpb=0f2f3247d456e08baa345768824dae6864d9acb6;p=mirror_qemu.git diff --git a/bsd-user/mmap.c b/bsd-user/mmap.c index b62a69bd07..3ef11b2807 100644 --- a/bsd-user/mmap.c +++ b/bsd-user/mmap.c @@ -214,8 +214,6 @@ static int mmap_frag(abi_ulong real_start, #endif abi_ulong mmap_next_start = TASK_UNMAPPED_BASE; -unsigned long last_brk; - /* * Subroutine of mmap_find_vma, used when we have pre-allocated a chunk of guest * address space. @@ -638,7 +636,7 @@ fail: return -1; } -static void mmap_reserve(abi_ulong start, abi_ulong size) +void mmap_reserve(abi_ulong start, abi_ulong size) { abi_ulong real_start; abi_ulong real_end;