summaryrefslogtreecommitdiffstats
path: root/man3/sched_getcpu.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/sched_getcpu.3')
-rw-r--r--man3/sched_getcpu.315
1 files changed, 6 insertions, 9 deletions
diff --git a/man3/sched_getcpu.3 b/man3/sched_getcpu.3
index 694e70911..eb34a1159 100644
--- a/man3/sched_getcpu.3
+++ b/man3/sched_getcpu.3
@@ -4,7 +4,7 @@
.\"
.\" SPDX-License-Identifier: Linux-man-pages-copyleft
.\"
-.TH sched_getcpu 3 2022-12-15 "Linux man-pages 6.03"
+.TH sched_getcpu 3 2023-07-20 "Linux man-pages 6.05.01"
.SH NAME
sched_getcpu \- determine CPU on which the calling thread is running
.SH LIBRARY
@@ -46,28 +46,25 @@ is set to indicate the error.
.B ENOSYS
This kernel does not implement
.BR getcpu (2).
-.SH VERSIONS
-This function is available since glibc 2.6.
.SH ATTRIBUTES
For an explanation of the terms used in this section, see
.BR attributes (7).
-.ad l
-.nh
.TS
allbox;
lbx lb lb
l l l.
Interface Attribute Value
T{
+.na
+.nh
.BR sched_getcpu ()
T} Thread safety MT-Safe
.TE
-.hy
-.ad
.sp 1
.SH STANDARDS
-.BR sched_getcpu ()
-is glibc-specific.
+GNU.
+.SH HISTORY
+glibc 2.6.
.SH NOTES
The call
.PP