* tests/test-posix_memalign.c (main): Fix diagnostic typo. --- ChangeLog | 3 +++ tests/test-posix_memalign.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/ChangeLog b/ChangeLog index 9360b71007..6b65268fa2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2024-10-26 Paul Eggert <egg...@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 diff --git a/tests/test-posix_memalign.c b/tests/test-posix_memalign.c index 98a2f941df..160e55b177 100644 --- a/tests/test-posix_memalign.c +++ b/tests/test-posix_memalign.c @@ -101,7 +101,7 @@ main (int argc, char *argv[]) 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 } -- 2.43.0