mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-08-09 03:25:04 +00:00
undo unwanted change for now (double check this one later)
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user