pthread_attr_setschedpolicy.3: srcfix: Added FIXME

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-11-06 11:22:38 -05:00
parent e7d2bb653d
commit f1e29e2764
1 changed files with 3 additions and 0 deletions

View File

@ -56,6 +56,9 @@ and
.BR SCHED_OTHER ,
with the semantics described in
.BR sched_setscheduler (2).
.\" FIXME . pthread_setschedparam() places no restriction on the policy,
.\" but pthread_attr_setschedpolicy() restricts policy to RR/FIFO/OTHER
.\" http://sourceware.org/bugzilla/show_bug.cgi?id=7013
The
.BR pthread_attr_getschedpolicy ()