From 637aac2ae3980de31a6baab236a9255fe853cc76 Mon Sep 17 00:00:00 2001 From: Stefan Liebler Date: Tue, 25 Jul 2023 11:34:30 +0200 Subject: [PATCH] Include sys/rseq.h in tst-rseq-disable.c Starting with commit 2c6b4b272e6b4d07303af25709051c3e96288f2d "nptl: Unconditionally use a 32-byte rseq area", the testcase misc/tst-rseq-disable is UNSUPPORTED as RSEQ_SIG is not defined. The mentioned commit removes inclusion of sys/rseq.h in nptl/descr.h. Thus just include sys/rseq.h in the tst-rseq-disable.c as also done in tst-rseq.c and tst-rseq-nptl.c. Reviewed-by: Florian Weimer --- sysdeps/unix/sysv/linux/tst-rseq-disable.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sysdeps/unix/sysv/linux/tst-rseq-disable.c b/sysdeps/unix/sysv/linux/tst-rseq-disable.c index d0db81b29dc..cc7e94b3fe9 100644 --- a/sysdeps/unix/sysv/linux/tst-rseq-disable.c +++ b/sysdeps/unix/sysv/linux/tst-rseq-disable.c @@ -22,6 +22,7 @@ #include #include #include +#include #include #ifdef RSEQ_SIG -- 2.47.2