summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/src/semunlink.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 13:46:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-22 13:46:28 +0000
commit32ba727717d227c8be72f757f6e481a3e0f9f764 (patch)
treeb92b2f207edcfb4a078042e43cbd056b182ebdf4 /cpukit/posix/src/semunlink.c
parent2001-01-12 Eric Norum <eric.norum@usask.ca> (diff)
downloadrtems-32ba727717d227c8be72f757f6e481a3e0f9f764.tar.bz2
2001-01-22 Michael Hamel <mhamel@adi.co.nz>
* include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/ptimer1.c, include/rtems/posix/semaphore.h, inline/rtems/posix/semaphore.inl, src/alarm.c, src/ptimer1.c, src/semaphorenametoid.c, src/semopen.c, src/semunlink.c: Modifications to make CodeWarrior happy.
Diffstat (limited to '')
-rw-r--r--cpukit/posix/src/semunlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/src/semunlink.c b/cpukit/posix/src/semunlink.c
index 55462fb329..78a5781dd4 100644
--- a/cpukit/posix/src/semunlink.c
+++ b/cpukit/posix/src/semunlink.c
@@ -32,7 +32,7 @@ int sem_unlink(
{
int status;
register POSIX_Semaphore_Control *the_semaphore;
- Objects_Id the_semaphore_id;
+ sem_t the_semaphore_id;
_Thread_Disable_dispatch();