mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-12-25 17:29:19 +00:00
undo unwanted change for now (double check this one later)
This commit is contained in:
parent
af7973a79c
commit
1f66e31423
@ -136,8 +136,8 @@ int sem_post(sem_t* sem)
|
||||
|
||||
int sem_getvalue(sem_t* sem, int* sval)
|
||||
{
|
||||
*sval = sem->sem_value;
|
||||
return 0;
|
||||
errno = ENOSYS;
|
||||
return -1;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user