Fix AC_FUNC_MMAP for cygwin.
commit19629fa9fcb209d60012a75ba087a295d4b3c734
authorEric Blake <ebb9@byu.net>
Tue, 10 Nov 2009 04:45:00 +0000 (9 21:45 -0700)
committerEric Blake <ebb9@byu.net>
Tue, 10 Nov 2009 04:46:30 +0000 (9 21:46 -0700)
treeeecbddfd2cf4008d33e6996c8aa8b24ba3abc1f2
parent9d6e4a750dff8023e03ee30277bfa9016e9cd523
Fix AC_FUNC_MMAP for cygwin.

* lib/autoconf/functions.m4 (AC_FUNC_MMAP): Make the test more
portable: Actually check for <sys/param.h>, and only use MAP_FIXED
on an address previously returned from mmap.
* THANKS: Update.
Reported by Corinna Vinschen.

Signed-off-by: Eric Blake <ebb9@byu.net>
ChangeLog
NEWS
THANKS
lib/autoconf/functions.m4