summaryrefslogtreecommitdiffstats
path: root/cpukit/posix/inline/rtems/posix
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/inline/rtems/posix
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 'cpukit/posix/inline/rtems/posix')
-rw-r--r--cpukit/posix/inline/rtems/posix/semaphore.inl2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpukit/posix/inline/rtems/posix/semaphore.inl b/cpukit/posix/inline/rtems/posix/semaphore.inl
index 2d9ad70602..fb20c8ad64 100644
--- a/cpukit/posix/inline/rtems/posix/semaphore.inl
+++ b/cpukit/posix/inline/rtems/posix/semaphore.inl
@@ -60,7 +60,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Namespace_remove (
*/
RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get (
- Objects_Id *id,
+ sem_t *id,
Objects_Locations *location
)
{