diff --git a/man3/pthread_setschedprio.3 b/man3/pthread_setschedprio.3 index 6910f609e..334c4566b 100644 --- a/man3/pthread_setschedprio.3 +++ b/man3/pthread_setschedprio.3 @@ -23,7 +23,7 @@ .\" the source, must acknowledge the copyright and authors of this work. .\" %%%LICENSE_END .\" -.TH PTHREAD_SETSCHEDPRIO 3 2008-11-06 "Linux" "Linux Programmer's Manual" +.TH PTHREAD_SETSCHEDPRIO 3 2014-05-19 "Linux" "Linux Programmer's Manual" .SH NAME pthread_setschedprio \- set scheduling priority of a thread .SH SYNOPSIS @@ -80,6 +80,11 @@ to an unsupported value") error for .BR pthread_setschedparam (3). .SH VERSIONS This function is available in glibc since version 2.3.4. +.SH ATTRIBUTES +.SS Multithreading (see pthreads(7)) +The +.BR pthread_setschedprio () +function is thread-safe. .SH CONFORMING TO POSIX.1-2001. .SH NOTES