Include sys/rseq.h in tst-rseq-disable.c
authorStefan Liebler <stli@linux.ibm.com>
Tue, 25 Jul 2023 09:34:30 +0000 (11:34 +0200)
committerStefan Liebler <stli@linux.ibm.com>
Tue, 25 Jul 2023 10:27:30 +0000 (12:27 +0200)
commit637aac2ae3980de31a6baab236a9255fe853cc76
treeb1982283145485584d4183dfe735aca3517acc24
parentc2dc8ab6a5a4e67f96ddd3f6bfdf2c991385ec38
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>
sysdeps/unix/sysv/linux/tst-rseq-disable.c