summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 12:52:55 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-09 19:50:55 -0600
commit1de916b45b670a31f8b86d06f1132bdc4e8c26c6 (patch)
tree418ad5336912cb73827f847db3f76e5f35b5de5a /cpukit
parentpbarrier.c: Comment clean up (diff)
downloadrtems-1de916b45b670a31f8b86d06f1132bdc4e8c26c6.tar.bz2
pspin.c: Comment clean up
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/posix/src/pspin.c23
1 files changed, 7 insertions, 16 deletions
diff --git a/cpukit/posix/src/pspin.c b/cpukit/posix/src/pspin.c
index a31cb5d24d..b8e03e6be9 100644
--- a/cpukit/posix/src/pspin.c
+++ b/cpukit/posix/src/pspin.c
@@ -1,19 +1,11 @@
-/*
- * Spinlock Manager
- *
- * DESCRIPTION:
- *
- * This package is the implementation of the Spinlock Manager.
- *
- * Directives provided are:
- *
- * + create a spinlock
- * + get an ID of a spinlock
- * + delete a spinlock
- * + acquire a spinlock
- * + release a spinlock
+/**
+ * @file
*
- * COPYRIGHT (c) 1989-2008.
+ * This file contains the initialization of the POSIX Spinlock 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_Spinlock_Manager_initialization
*/
-
void _POSIX_Spinlock_Manager_initialization(void)
{
_Objects_Initialize_information(