summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semtrywait.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/semtrywait.c')
-rw-r--r--cpukit/posix/src/semtrywait.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/semtrywait.c b/cpukit/posix/src/semtrywait.c
index c7ffc3321d..473bf78852 100644
--- a/cpukit/posix/src/semtrywait.c
+++ b/cpukit/posix/src/semtrywait.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
@@ -38,5 +38,5 @@ int sem_trywait(
sem_t *sem
)
{
- return _POSIX_Semaphore_Wait_support( sem, FALSE, THREAD_QUEUE_WAIT_FOREVER );
+ return _POSIX_Semaphore_Wait_support(sem, FALSE, THREAD_QUEUE_WAIT_FOREVER);
}