Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
.SH NAME
pthread_attr_setstackaddr, pthread_attr_getstackaddr \-
set/get stack address attribute in thread attributes object
+.SH LIBRARY
+POSIX threads library
+.RI ( libpthread ", " -lpthread )
.SH SYNOPSIS
.nf
.B #include <pthread.h>
", void *" stackaddr );
.BI "int pthread_attr_getstackaddr(const pthread_attr_t *restrict " attr ,
.BI " void **restrict " stackaddr );
-.PP
-Compile and link with \fI\-pthread\fP.
.fi
.SH DESCRIPTION
These functions are obsolete: