2020-10-25 Bruno Haible <bruno@clisp.org>
+ ssfmalloc tests: Portability to Minix.
+ * modules/ssfmalloc-tests (Files): Add m4/mmap-anon.m4.
+ (configure.ac): Invoke gl_FUNC_MMAP_ANON.
+ * m4/mmap-anon.m4: Update comment.
+
ssfmalloc: Portability to AIX.
* modules/ssfmalloc (Include): Add ssfmalloc.h.
(Link): New section.
-# mmap-anon.m4 serial 10
+# mmap-anon.m4 serial 11
dnl Copyright (C) 2005, 2007, 2009-2020 Free Software Foundation, Inc.
dnl This file is free software; the Free Software Foundation
dnl gives unlimited permission to copy and/or distribute it,
# - On Linux, AIX, OSF/1, Solaris, Cygwin, Interix, Haiku, both MAP_ANONYMOUS
# and MAP_ANON exist and have the same value.
# - On HP-UX, only MAP_ANONYMOUS exists.
-# - On Mac OS X, FreeBSD, NetBSD, OpenBSD, only MAP_ANON exists.
+# - On Mac OS X, FreeBSD, NetBSD, OpenBSD, Minix, only MAP_ANON exists.
# - On IRIX, neither exists, and a file descriptor opened to /dev/zero must be
# used.