* 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.
+
aligned_alloc: document glibc bug 32301
* doc/posix-functions/aligned_alloc.texi:
* doc/posix-functions/posix_memalign.texi: Mention glibc bug
return test_exit_status;
#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
}