summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semgetvalue.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/semgetvalue.c')
-rw-r--r--cpukit/posix/src/semgetvalue.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/semgetvalue.c b/cpukit/posix/src/semgetvalue.c
index 65b85e1941..fd5e6f4fbe 100644
--- a/cpukit/posix/src/semgetvalue.c
+++ b/cpukit/posix/src/semgetvalue.c
@@ -6,7 +6,7 @@
*/
/*
- * COPYRIGHT (c) 1989-2007.
+ * COPYRIGHT (c) 1989-2014.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -36,7 +36,7 @@ int sem_getvalue(
int *__restrict sval
)
{
- register POSIX_Semaphore_Control *the_semaphore;
+ POSIX_Semaphore_Control *the_semaphore;
Objects_Locations location;
the_semaphore = _POSIX_Semaphore_Get( sem, &location );