summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/include/rtems/posix/semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/include/rtems/posix/semaphore.h')
-rw-r--r--c/src/exec/posix/include/rtems/posix/semaphore.h4
1 files changed, 2 insertions, 2 deletions
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 <rtems/posix/semaphore.inl>