about summary refs log tree commit diff
diff options
context:
space:
mode:
authorStefan Liebler <stli@linux.ibm.com>2023-07-25 11:34:30 +0200
committerArjun Shankar <arjun@redhat.com>2024-03-18 18:12:03 +0100
commita11c8d521da5ca858ac9748097ecd02569ecb310 (patch)
tree2848ab4ad604bb7c4b77883afb8aae0a3e58376d
parent9da8174362860b4fc564c8ca8c11fc3c51ed1de9 (diff)
downloadglibc-a11c8d521da5ca858ac9748097ecd02569ecb310.tar.gz
glibc-a11c8d521da5ca858ac9748097ecd02569ecb310.tar.xz
glibc-a11c8d521da5ca858ac9748097ecd02569ecb310.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>

(cherry picked from commit 637aac2ae3980de31a6baab236a9255fe853cc76)
-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