]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
aarch64: fix includes in SME tests
authorYury Khrustalev <yury.khrustalev@arm.com>
Tue, 11 Nov 2025 11:40:25 +0000 (11:40 +0000)
committerYury Khrustalev <yury.khrustalev@arm.com>
Wed, 12 Nov 2025 13:45:52 +0000 (13:45 +0000)
Use the correct include for the SIGCHLD macro: signal.h

Reviewed-by: Wilco Dijkstra <Wilco.Dijkstra@arm.com>
sysdeps/aarch64/tst-sme-clone.c
sysdeps/aarch64/tst-sme-clone3.c

index 7106ec7926fb64b8f75375632b8d1b952e725e85..b6ad54fa37213b0c98c3e2f733695ab831a72e4b 100644 (file)
@@ -19,6 +19,7 @@
 
 #include "tst-sme-skeleton.c"
 
+#include <signal.h>
 #include <support/xsched.h>
 
 static int
index 402b040cfd69acd95b8174db46f0c0c889e42282..f420d5984d17fe749ff991a227c516c2f537bc5d 100644 (file)
@@ -22,7 +22,7 @@
 #include <clone3.h>
 
 #include <errno.h>
-#include <sys/wait.h>
+#include <signal.h>
 #include <support/xsched.h>
 
 /* Since clone3 is not a public symbol, we link this test explicitly