...... .../glibc$ grep_glibc_prototype sched_setattr .../glibc$ grep_glibc_prototype sched_getattr .../glibc$ Signed-off-by: Alejandro Colomar <alx.manpages@xxxxxxxxx> --- man2/sched_setattr.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man2/sched_setattr.2 b/man2/sched_setattr.2 index ecbdbffc4..c79b74a49 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), -- 2.30.0