>From f9a4ee73c3e7b544f640d0d04b55983d3a7b894e Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 24 Mar 2023 02:45:09 +0100 Subject: [PATCH 01/31] printf-posix tests: Fix compilation error (regression 2021-08-28). * modules/printf-posix-tests (Files): Add tests/qemu.h. --- ChangeLog | 5 +++++ modules/printf-posix-tests | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac12201885..4a70e323ae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2023-03-23 Bruno Haible + + printf-posix tests: Fix compilation error (regression 2021-08-28). + * modules/printf-posix-tests (Files): Add tests/qemu.h. + 2023-03-22 Jim Meyering gnu-web-doc-update: don't use host alias, cvs.sv.gnu.org diff --git a/modules/printf-posix-tests b/modules/printf-posix-tests index 8a99cd6cdd..c602aa40f1 100644 --- a/modules/printf-posix-tests +++ b/modules/printf-posix-tests @@ -6,6 +6,7 @@ tests/test-printf-posix.output tests/test-printf-posix2.sh tests/test-printf-posix2.c tests/infinity.h +tests/qemu.h tests/signature.h tests/macros.h -- 2.34.1