unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] linux: Add #include <sys/rseq.h> to sched_getcpu.c
@ 2024-03-13 11:32 Florian Weimer
  0 siblings, 0 replies; only message in thread
From: Florian Weimer @ 2024-03-13 11:32 UTC (permalink / raw
  To: libc-alpha

Originally, nptl/descr.h included <sys/rseq.h>, but we removed that
in commit 2c6b4b272e6b4d07303af25709051c3e96288f2d ("nptl:
Unconditionally use a 32-byte rseq area").

Fixes: 2c6b4b272e6b4d07303af25709051c3e96288f2d
Fixes: 1d350aa06091211863e41169729cee1bca39f72f

---
 sysdeps/unix/sysv/linux/sched_getcpu.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysdeps/unix/sysv/linux/sched_getcpu.c b/sysdeps/unix/sysv/linux/sched_getcpu.c
index dfb884568d..7a7915f87b 100644
--- a/sysdeps/unix/sysv/linux/sched_getcpu.c
+++ b/sysdeps/unix/sysv/linux/sched_getcpu.c
@@ -19,6 +19,7 @@
 #include <sched.h>
 #include <sysdep.h>
 #include <sysdep-vdso.h>
+#include <sys/rseq.h>
 
 static int
 vsyscall_sched_getcpu (void)

base-commit: 2173173d57971d042c0ad4b281431ae127e9b5b8


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-13 11:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-13 11:32 [PATCH] linux: Add #include <sys/rseq.h> to sched_getcpu.c Florian Weimer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).