diff options
Diffstat (limited to 'man2/sched_setattr.2')
| -rw-r--r-- | man2/sched_setattr.2 | 6 |
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), |
