libwine: Only try to mmap the exact address when reserving memory.
authorAlexandre Julliard <julliard@winehq.org>
Thu, 13 Apr 2006 19:55:33 +0000 (21:55 +0200)
committerAlexandre Julliard <julliard@winehq.org>
Thu, 13 Apr 2006 19:55:33 +0000 (21:55 +0200)
commite814b24e6d2eb0252a9da9ce074de5d78f1745af
tree0f8d4eddf5ae2b048595516d0f48c1ffaf5c6b1a
parentb7d5b31cf1d8b5553544e9da714c177fe239e384
libwine: Only try to mmap the exact address when reserving memory.

This should avoid some extra work on platforms that need the
try_mmap_fixed function.
libs/wine/mmap.c