summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadjoin.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadjoin.c')
-rw-r--r--cpukit/posix/src/pthreadjoin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadjoin.c b/cpukit/posix/src/pthreadjoin.c
index 383484183a..2cb0903367 100644
--- a/cpukit/posix/src/pthreadjoin.c
+++ b/cpukit/posix/src/pthreadjoin.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Suspends Execution of Calling Thread until Target Thread Terminates
* @ingroup POSIXAPI
+ *
+ * @brief Suspends Execution of Calling Thread until Target Thread Terminates
*/
/*