OSDN Git Service

Update drafts for LDP 3.68
[linuxjm/LDP_man-pages.git] / draft / man3 / pthread_attr_setschedpolicy.3
index e68d8a7..7e1631d 100644 (file)
@@ -43,7 +43,7 @@ pthread_attr_setschedpolicy, pthread_attr_getschedpolicy \- スレッド属性
 \fB#include <pthread.h>\fP
 
 \fBint pthread_attr_setschedpolicy(pthread_attr_t *\fP\fIattr\fP\fB, int \fP\fIpolicy\fP\fB);\fP
-\fBint pthread_attr_getschedpolicy(pthread_attr_t *\fP\fIattr\fP\fB, int \fP\fI*policy\fP\fB);\fP
+\fBint pthread_attr_getschedpolicy(const pthread_attr_t *\fP\fIattr\fP\fB, int \fP\fI*policy\fP\fB);\fP
 .sp
 \fI\-pthread\fP でコンパイルしてリンクする。
 .fi
@@ -97,6 +97,6 @@ POSIX.1\-2001.
 \fBpthread_setschedparam\fP(3), \fBpthread_setschedprio\fP(3), \fBpthreads\fP(7),
 \fBsched\fP(7)
 .SH この文書について
-この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.67 の一部
+この man ページは Linux \fIman\-pages\fP プロジェクトのリリース 3.68 の一部
 である。プロジェクトの説明とバグ報告に関する情報は
 http://www.kernel.org/doc/man\-pages/ に書かれている。