summaryrefslogtreecommitdiff
path: root/cpukit/posix/src/condwaitsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condwaitsupp.c')
-rw-r--r--cpukit/posix/src/condwaitsupp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/posix/src/condwaitsupp.c b/cpukit/posix/src/condwaitsupp.c
index b759ee54b8..296c03d1c6 100644
--- a/cpukit/posix/src/condwaitsupp.c
+++ b/cpukit/posix/src/condwaitsupp.c
@@ -1,8 +1,9 @@
/**
* @file
*
- * @brief POSIX Condition Variables Wait Support
* @ingroup POSIX_COND_VARS
+ *
+ * @brief POSIX Condition Variables Wait Support
*/
/*