summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadconcurrency.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadconcurrency.c')
-rw-r--r--cpukit/posix/src/pthreadconcurrency.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadconcurrency.c b/cpukit/posix/src/pthreadconcurrency.c
index be5d754a9e..b55ce10a65 100644
--- a/cpukit/posix/src/pthreadconcurrency.c
+++ b/cpukit/posix/src/pthreadconcurrency.c
@@ -5,9 +5,10 @@
/**
* @file
*
- * @brief Pthread Get/Set Concurrency
* @ingroup POSIXAPI
*
+ * @brief Pthread Get/Set Concurrency
+ *
* Per the Open Group specification, when user pthreads are mapped 1:1
* onto kernel threads, the implementation simply tracks an internal
* variable whose initial value is 0. If it is set, subsequent calls to