From: Yury Khrustalev Date: Tue, 11 Nov 2025 11:40:25 +0000 (+0000) Subject: aarch64: fix includes in SME tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a9c426bcca59a9e228c4fbe75e75154217ec4ada;p=thirdparty%2Fglibc.git aarch64: fix includes in SME tests Use the correct include for the SIGCHLD macro: signal.h Reviewed-by: Wilco Dijkstra --- diff --git a/sysdeps/aarch64/tst-sme-clone.c b/sysdeps/aarch64/tst-sme-clone.c index 7106ec7926..b6ad54fa37 100644 --- a/sysdeps/aarch64/tst-sme-clone.c +++ b/sysdeps/aarch64/tst-sme-clone.c @@ -19,6 +19,7 @@ #include "tst-sme-skeleton.c" +#include #include static int diff --git a/sysdeps/aarch64/tst-sme-clone3.c b/sysdeps/aarch64/tst-sme-clone3.c index 402b040cfd..f420d5984d 100644 --- a/sysdeps/aarch64/tst-sme-clone3.c +++ b/sysdeps/aarch64/tst-sme-clone3.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include /* Since clone3 is not a public symbol, we link this test explicitly