* tests/test-posix_memalign.c (main): Fix diagnostic typo.
+2024-10-26 Paul Eggert <eggert@cs.ucla.edu>
+
+ posix_memalign-tests: fix message typo
+ * tests/test-posix_memalign.c (main): Fix diagnostic typo.
+
2024-10-26 Bruno Haible <bruno@clisp.org>
regex: Avoid dialog while running configure test on Haiku/x86_64.
return 0;
#else
- fputs ("Skipping test: function 'aligned_alloc' does not exist\n", stderr);
+ fputs ("Skipping test: function 'posix_memalign' does not exist\n", stderr);
return 77;
#endif
}