summaryrefslogtreecommitdiffstats
path: root/c/src/exec/posix/src/semunlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/exec/posix/src/semunlink.c')
-rw-r--r--c/src/exec/posix/src/semunlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/exec/posix/src/semunlink.c b/c/src/exec/posix/src/semunlink.c
index 55462fb329..78a5781dd4 100644
--- a/c/src/exec/posix/src/semunlink.c
+++ b/c/src/exec/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();