mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
export mmap_find_vma for shmat
Signed-off-by: Riku Voipio <riku.voipio@iki.fi>
This commit is contained in:
parent
72716184aa
commit
9ad197d95c
2 changed files with 2 additions and 1 deletions
|
@ -229,6 +229,7 @@ int target_msync(abi_ulong start, abi_ulong len, int flags);
|
|||
extern unsigned long last_brk;
|
||||
void mmap_lock(void);
|
||||
void mmap_unlock(void);
|
||||
abi_ulong mmap_find_vma(abi_ulong, abi_ulong);
|
||||
void cpu_list_lock(void);
|
||||
void cpu_list_unlock(void);
|
||||
#if defined(USE_NPTL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue