]> git.proxmox.com Git - mirror_qemu.git/commit - vl.c
Fix warning about undefined madvise() on OpenSolaris
authorBlue Swirl <blauwirbel@gmail.com>
Fri, 2 Oct 2009 19:32:12 +0000 (19:32 +0000)
committerBlue Swirl <blauwirbel@gmail.com>
Fri, 2 Oct 2009 19:32:12 +0000 (19:32 +0000)
commit8d32cf0eb4e677d739cf0f9c45a9ea926f231b67
treedc40d59780ae02206b2564826a89a1926953d044
parent22e4104079a4a92a4800d516fc1d968a3e8b8157
Fix warning about undefined madvise() on OpenSolaris

OpenSolaris headers can't export madvise() with a sane set of #defines.
For background, see MySQL bug #7156 (http://bugs.mysql.com/bug.php?id=7156)
for discussion about Solaris header problems.

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
vl.c