summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/pthreadcreate.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/pthreadcreate.c')
-rw-r--r--cpukit/posix/src/pthreadcreate.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/pthreadcreate.c b/cpukit/posix/src/pthreadcreate.c
index 817b50764d..d431c64a3e 100644
--- a/cpukit/posix/src/pthreadcreate.c
+++ b/cpukit/posix/src/pthreadcreate.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief Function Starts a New Thread in The Calling Process
* @ingroup POSIXAPI
+ *
+ * @brief Function Starts a New Thread in The Calling Process
*/
/*