summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semaphorewaitsupp.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 13:22:31 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-01-10 17:06:47 -0600
commit5cb175bb52ca87c80acb0fe103d85791ce74eb1d (patch)
treebb38cf638804fdf3078eb8f0ef819898502b8a4a /cpukit/posix/src/semaphorewaitsupp.c
parentcpukit: Doxygen group fixes and many warnings addressed (diff)
downloadrtems-5cb175bb52ca87c80acb0fe103d85791ce74eb1d.tar.bz2
cpukit/posix: Doxygen group is POSIXAPI
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/semaphorewaitsupp.c8
1 files changed, 2 insertions, 6 deletions
diff --git a/cpukit/posix/src/semaphorewaitsupp.c b/cpukit/posix/src/semaphorewaitsupp.c
index 5b215dad23..08a26ee16f 100644
--- a/cpukit/posix/src/semaphorewaitsupp.c
+++ b/cpukit/posix/src/semaphorewaitsupp.c
@@ -2,11 +2,11 @@
* @file
*
* @brief POSIX Semaphore Wait Support
- * @ingroup POSIX_SEMAPHORES Semaphore
+ * @ingroup POSIXSemaphorePrivate
*/
/*
- * COPYRIGHT (c) 1989-2008.
+ * COPYRIGHT (c) 1989-2012.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -32,10 +32,6 @@
#include <rtems/posix/time.h>
#include <rtems/seterr.h>
-/*
- * _POSIX_Semaphore_Wait_support
- */
-
int _POSIX_Semaphore_Wait_support(
sem_t *sem,
bool blocking,