diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-06 11:22:38 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-11-06 16:49:25 -0500 |
| commit | f1e29e27644a5cba30fda4d905d32f291edfc30a (patch) | |
| tree | b8add1de676b2d7f6ee02f42ed79cd80d751c2d4 /man3 | |
| parent | e7d2bb653dd01a69adccd3c4147fbb28e582e938 (diff) | |
| download | man-pages-f1e29e27644a5cba30fda4d905d32f291edfc30a.tar.gz | |
pthread_attr_setschedpolicy.3: srcfix: Added FIXME
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3')
| -rw-r--r-- | man3/pthread_attr_setschedpolicy.3 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man3/pthread_attr_setschedpolicy.3 b/man3/pthread_attr_setschedpolicy.3 index b707389e6c..4eeea38c2e 100644 --- a/man3/pthread_attr_setschedpolicy.3 +++ b/man3/pthread_attr_setschedpolicy.3 @@ -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 () |
