OSDN Git Service

LDP: Update original to LDP v3.79
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_attr_setaffinity_np.3
index e99cc58..60b8bcf 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2010-09-10 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETAFFINITY_NP 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setaffinity_np, pthread_attr_getaffinity_np \- set/get
 CPU affinity attribute in thread attributes object
@@ -34,7 +34,7 @@ CPU affinity attribute in thread attributes object
 
 .BI "int pthread_attr_setaffinity_np(pthread_attr_t *" attr ,
 .BI "                   size_t " cpusetsize ", const cpu_set_t *" cpuset );
-.BI "int pthread_attr_getaffinity_np(pthread_attr_t *" attr ,
+.BI "int pthread_attr_getaffinity_np(const pthread_attr_t *" attr ,
 .BI "                   size_t " cpusetsize ", cpu_set_t *" cpuset );
 .sp
 Compile and link with \fI\-pthread\fP.
@@ -121,3 +121,12 @@ Instead the CPU set size given to the underlying system calls was always
 .BR pthread_setaffinity_np (3),
 .BR cpuset (7),
 .BR pthreads (7)
+.SH COLOPHON
+This page is part of release 3.79 of the Linux
+.I man-pages
+project.
+A description of the project,
+information about reporting bugs,
+and the latest version of this page,
+can be found at
+\%http://www.kernel.org/doc/man\-pages/.