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. --- c/src/exec/posix/include/rtems/posix/semaphore.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'c/src/exec/posix/include/rtems/posix/semaphore.h') diff --git a/c/src/exec/posix/include/rtems/posix/semaphore.h b/c/src/exec/posix/include/rtems/posix/semaphore.h index 95a4f9c15a..0bbca530af 100644 --- a/c/src/exec/posix/include/rtems/posix/semaphore.h +++ b/c/src/exec/posix/include/rtems/posix/semaphore.h @@ -96,7 +96,7 @@ RTEMS_INLINE_ROUTINE void _POSIX_Semaphore_Free ( */ RTEMS_INLINE_ROUTINE POSIX_Semaphore_Control *_POSIX_Semaphore_Get ( - Objects_Id *id, + sem_t *id, Objects_Locations *location ); @@ -164,7 +164,7 @@ int _POSIX_Semaphore_Wait_support( int _POSIX_Semaphore_Name_to_id( const char *name, - Objects_Id *id + sem_t *id ); #include -- cgit v1.2.3