summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semaphorewaitsupp.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/semaphorewaitsupp.c')
-rw-r--r--cpukit/posix/src/semaphorewaitsupp.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/cpukit/posix/src/semaphorewaitsupp.c b/cpukit/posix/src/semaphorewaitsupp.c
index 7a7b2bbf1b..d1a506cb04 100644
--- a/cpukit/posix/src/semaphorewaitsupp.c
+++ b/cpukit/posix/src/semaphorewaitsupp.c
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2008.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -33,9 +33,9 @@
*/
int _POSIX_Semaphore_Wait_support(
- sem_t *sem,
- Core_semaphore_Blocking_option blocking,
- Watchdog_Interval timeout
+ sem_t *sem,
+ boolean blocking,
+ Watchdog_Interval timeout
)
{
POSIX_Semaphore_Control *the_semaphore;