summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadself.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadself.c')
-rw-r--r--cpukit/posix/src/pthreadself.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadself.c b/cpukit/posix/src/pthreadself.c
index 3cc161ff03..db5f2f189d 100644
--- a/cpukit/posix/src/pthreadself.c
+++ b/cpukit/posix/src/pthreadself.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Function returns the ID of the Calling Thread
* @ingroup POSIXAPI
+ *
+ * @brief Function returns the ID of the Calling Thread
*/
/*