OSDN Git Service

LDP: Update original to LDP v3.68
[linuxjm/LDP_man-pages.git] / original / man3 / pthread_attr_setstack.3
index 5142afb..4eb4371 100644 (file)
@@ -23,7 +23,7 @@
 .\" the source, must acknowledge the copyright and authors of this work.
 .\" %%%LICENSE_END
 .\"
-.TH PTHREAD_ATTR_SETSTACK 3 2014-04-21 "Linux" "Linux Programmer's Manual"
+.TH PTHREAD_ATTR_SETSTACK 3 2014-05-28 "Linux" "Linux Programmer's Manual"
 .SH NAME
 pthread_attr_setstack, pthread_attr_getstack \- set/get stack
 attributes in thread attributes object
@@ -33,7 +33,7 @@ attributes in thread attributes object
 
 .BI "int pthread_attr_setstack(pthread_attr_t *" attr ,
 .BI "                          void *" stackaddr ", size_t " stacksize );
-.BI "int pthread_attr_getstack(pthread_attr_t *" attr ,
+.BI "int pthread_attr_getstack(const pthread_attr_t *" attr ,
 .BI "                          void **" stackaddr ", size_t *" stacksize );
 .sp
 Compile and link with \fI\-pthread\fP.
@@ -172,7 +172,7 @@ See
 .BR pthread_create (3),
 .BR pthreads (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.68 of the Linux
 .I man-pages
 project.
 A description of the project,