* lib/immutable.c (ALIGNMENT): Undefine any definition from system
headers.
+2025-04-12 Collin Funk <collin.funk1@gmail.com>
+
+ immutable: Avoid redefining macros on AIX.
+ * lib/immutable.c (ALIGNMENT): Undefine any definition from system
+ headers.
+
2025-04-12 Bruno Haible <bruno@clisp.org>
is*_l, fnmatch tests: Avoid test failures on macOS 15.4.
# define ALLOC_PAGES alloc_pages
# define FREE_PAGES free_pages
+/* Avoid redefined macro on AIX. */
+# ifdef ALIGNMENT
+# undef ALIGNMENT
+# endif
# define ALIGNMENT sizeof (void *)
# define PAGE_RESERVED_HEADER_SIZE SHARED_LINK_HEADER_SIZE