commit | 0776590d70565df4165b328f3cb80d29d21d52a5 | [log] [tgz] |
---|---|---|
author | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat May 31 16:33:53 2008 +0000 |
committer | pbrook <pbrook@c046a42c-6fe2-441c-8c8c-71466251a162> | Sat May 31 16:33:53 2008 +0000 |
tree | eb9c0e2d263071cecc9ed3cbff40dad6ab5de8fa | |
parent | 1090e7a2c62a5b829ba947fd0e004b29c446d22f [diff] [blame] |
Mark host brk() area as reserved. git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4637 c046a42c-6fe2-441c-8c8c-71466251a162
diff --git a/linux-user/qemu.h b/linux-user/qemu.h index 8b11495..093b8ff 100644 --- a/linux-user/qemu.h +++ b/linux-user/qemu.h
@@ -232,6 +232,7 @@ 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; /* user access */