summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2023-07-25 11:34:30 +0200
committerStefan Liebler <stli@linux.ibm.com>2023-07-25 12:27:30 +0200
commit637aac2ae3980de31a6baab236a9255fe853cc76 (patch)
treeb1982283145485584d4183dfe735aca3517acc24 /sysdeps
parentc2dc8ab6a5a4e67f96ddd3f6bfdf2c991385ec38 (diff)
downloadglibc-637aac2ae3980de31a6baab236a9255fe853cc76.tar.gz
glibc-637aac2ae3980de31a6baab236a9255fe853cc76.tar.xz
glibc-637aac2ae3980de31a6baab236a9255fe853cc76.zip
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 <fweimer@redhat.com>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/tst-rseq-disable.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/tst-rseq-disable.c b/sysdeps/unix/sysv/linux/tst-rseq-disable.c
index d0db81b29d..cc7e94b3fe 100644
--- a/sysdeps/unix/sysv/linux/tst-rseq-disable.c
+++ b/sysdeps/unix/sysv/linux/tst-rseq-disable.c
@@ -22,6 +22,7 @@
 #include <support/xthread.h>
 #include <sysdep.h>
 #include <thread_pointer.h>
+#include <sys/rseq.h>
 #include <unistd.h>
 
 #ifdef RSEQ_SIG