]> git.ipfire.org Git - thirdparty/autoconf.git/commit
Fix AC_FUNC_MMAP on CheriBSD
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 16 Dec 2023 02:21:39 +0000 (18:21 -0800)
committerZack Weinberg <zack@owlfolio.org>
Mon, 18 Dec 2023 19:33:25 +0000 (14:33 -0500)
commit5d3f81d4b33218e00ac90bfa92d08eff06de9200
treed2752408eb5240d297498eadb801514a0c2cf284
parent725652b0d81c163315aeac70d1e6b114be7ad767
Fix AC_FUNC_MMAP on CheriBSD

Problem reported by Brooks Davis in:
https://lists.gnu.org/r/autoconf/2023-12/msg00022.html
* lib/autoconf/functions.m4: Don’t unmap, since we
want to test remapping something already mapped,
and unmapping breaks on CheriBSD.
lib/autoconf/functions.m4