diff options
Diffstat (limited to 'man3/pthread_setconcurrency.3')
| -rw-r--r-- | man3/pthread_setconcurrency.3 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/man3/pthread_setconcurrency.3 b/man3/pthread_setconcurrency.3 index c4edb3c4e3..9a94bc26f7 100644 --- a/man3/pthread_setconcurrency.3 +++ b/man3/pthread_setconcurrency.3 @@ -6,14 +6,15 @@ .SH NAME pthread_setconcurrency, pthread_getconcurrency \- set/get the concurrency level +.SH LIBRARY +POSIX threads library +.RI ( libpthread ", " -lpthread ) .SH SYNOPSIS .nf .B #include <pthread.h> .PP .BI "int pthread_setconcurrency(int " new_level ); .BI "int pthread_getconcurrency(" void ); -.PP -Compile and link with \fI\-pthread\fP. .fi .SH DESCRIPTION The |
