summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semclose.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/posix/src/semclose.c')
-rw-r--r--cpukit/posix/src/semclose.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpukit/posix/src/semclose.c b/cpukit/posix/src/semclose.c
index 2b7eb4a487..f85c199126 100644
--- a/cpukit/posix/src/semclose.c
+++ b/cpukit/posix/src/semclose.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
@@ -35,7 +35,7 @@ int sem_close(
sem_t *sem
)
{
- register POSIX_Semaphore_Control *the_semaphore;
+ POSIX_Semaphore_Control *the_semaphore;
Objects_Locations location;
the_semaphore = _POSIX_Semaphore_Get( sem, &location );