aboutsummaryrefslogtreecommitdiffstats
path: root/man2/sched_setattr.2
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2021-02-15 14:15:12 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2021-02-15 20:50:19 +0100
commit2e5ae1b775115efb51cc14f1664bbbd5a535e6bc (patch)
treed5879ef41631283e2eebd28894961c1376c60bc3 /man2/sched_setattr.2
parent449e4dc9fc8d9b9ff8e37749f85b6c89b401df97 (diff)
downloadman-pages-2e5ae1b775115efb51cc14f1664bbbd5a535e6bc.tar.gz
sched_setattr.2: Add note about missing glibc wrappers
...... .../glibc$ grep_glibc_prototype sched_setattr .../glibc$ grep_glibc_prototype sched_getattr .../glibc$ Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com> Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/sched_setattr.2')
-rw-r--r--man2/sched_setattr.26
1 files changed, 6 insertions, 0 deletions
diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2
index ecbdbffc4a..c79b74a49e 100644
--- a/man2/sched_setattr.2
+++ b/man2/sched_setattr.2
@@ -37,6 +37,9 @@ set and get scheduling policy and attributes
.BI " unsigned int " size ", unsigned int " flags );
.fi
.\" FIXME . Add feature test macro requirements
+.PP
+.IR Note :
+There are no glibc wrappers for these system calls; see NOTES.
.SH DESCRIPTION
.SS sched_setattr()
The
@@ -388,6 +391,9 @@ These system calls first appeared in Linux 3.14.
.SH CONFORMING TO
These system calls are nonstandard Linux extensions.
.SH NOTES
+Glibc does not provide wrappers for these system calls; call them using
+.BR syscall (2).
+.PP
.BR sched_setattr ()
provides a superset of the functionality of
.BR sched_setscheduler (2),