bsd-user: avoid conflict with qemu_vmalloc
commit0360ccffbe41bd732b42a90cd04de63335933bea
authorBlue Swirl <blauwirbel@gmail.com>
Sat, 19 Jan 2013 09:49:09 +0000 (19 09:49 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Sat, 26 Jan 2013 13:18:27 +0000 (26 13:18 +0000)
tree935ae23c73253fd16cf324bdc80b18269736bb58
parent82cb6b041c307bd96c067147af69cd98be91a682
bsd-user: avoid conflict with qemu_vmalloc

Rename qemu_vmalloc() to bsd_vmalloc(), adjust the only user.

Remove #ifdeffery in oslib-posix.c.

Tested-by: Andreas Färber <andreas.faerber@web.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
bsd-user/mmap.c
util/oslib-posix.c