]> git.ipfire.org Git - thirdparty/glibc.git/commit
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)
committerArjun Shankar <arjun@redhat.com>
Mon, 18 Mar 2024 17:16:29 +0000 (18:16 +0100)
commitb204650058ac29a3f6fcb710b09af4994fc09d9d
treeafd11febea0a0435fdbf16794899d689b41ad779
parent54e812100df2a6f1d75fbef4e3b45c076599842f
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)
sysdeps/unix/sysv/linux/tst-rseq-disable.c