summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/condbroadcast.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/condbroadcast.c')
-rw-r--r--cpukit/posix/src/condbroadcast.c10
1 files changed, 8 insertions, 2 deletions
diff --git a/cpukit/posix/src/condbroadcast.c b/cpukit/posix/src/condbroadcast.c
index ab2f8713c3..6506d87d98 100644
--- a/cpukit/posix/src/condbroadcast.c
+++ b/cpukit/posix/src/condbroadcast.c
@@ -1,3 +1,10 @@
+/**
+ * @file
+ *
+ * @brief Broadcast a Condition
+ * @ingroup POSIX
+ */
+
/*
* COPYRIGHT (c) 1989-2007.
* On-Line Applications Research Corporation (OAR).
@@ -22,10 +29,9 @@
#include <rtems/posix/time.h>
#include <rtems/posix/mutex.h>
-/*
+/**
* 11.4.3 Broadcasting and Signaling a Condition, P1003.1c/Draft 10, p. 101
*/
-
int pthread_cond_broadcast(
pthread_cond_t *cond
)