summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/pbarrier.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 12:52:43 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 19:50:55 -0600
commit7bb333919a93f28187d324b2511b0178bac9e77f (patch)
treee2d8b79f183e5177f924c247d30612b0fd296a16 /cpukit/posix/src/pbarrier.c
parentdoxygen: refactored doxygen in libbsp to illustrate new rule set (diff)
downloadrtems-7bb333919a93f28187d324b2511b0178bac9e77f.tar.bz2
pbarrier.c: Comment clean up
Diffstat (limited to 'cpukit/posix/src/pbarrier.c')
-rw-r--r--cpukit/posix/src/pbarrier.c23
1 files changed, 7 insertions, 16 deletions
diff --git a/cpukit/posix/src/pbarrier.c b/cpukit/posix/src/pbarrier.c
index ff548bb385..66547c1584 100644
--- a/cpukit/posix/src/pbarrier.c
+++ b/cpukit/posix/src/pbarrier.c
@@ -1,19 +1,11 @@
-/*
- * Barrier Manager
- *
- * DESCRIPTION:
- *
- * This package is the implementation of the Barrier Manager.
- *
- * Directives provided are:
- *
- * + create a barrier
- * + get an ID of a barrier
- * + delete a barrier
- * + acquire a barrier
- * + release a barrier
+/**
+ * @file
*
- * COPYRIGHT (c) 1989-2008.
+ * This file initializes the POSIX Barrier Manager.
+ */
+
+/*
+ * COPYRIGHT (c) 1989-2013.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -34,7 +26,6 @@
/**
* @brief _POSIX_Barrier_Manager_initialization
*/
-
void _POSIX_Barrier_Manager_initialization(void)
{
_Objects_Initialize_information(