From 32ba727717d227c8be72f757f6e481a3e0f9f764 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Jan 2001 13:46:28 +0000 Subject: 2001-01-22 Michael Hamel * 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. --- cpukit/posix/inline/rtems/posix/semaphore.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpukit/posix/inline/rtems/posix/semaphore.inl') 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 ) { -- cgit v1.2.3