Added a FIXME.
This commit is contained in:
parent
fde676b2dc
commit
2ce4b64a73
|
@ -208,6 +208,7 @@ char *__PHYSFS_platformRealPath(const char *path)
|
||||||
} /* __PHYSFS_platformRealPath */
|
} /* __PHYSFS_platformRealPath */
|
||||||
|
|
||||||
|
|
||||||
|
/* !!! FIXME: semaphores are not mutexes... */
|
||||||
void *__PHYSFS_platformCreateMutex(void)
|
void *__PHYSFS_platformCreateMutex(void)
|
||||||
{
|
{
|
||||||
sem_id *retval = (sem_id *) allocator.Malloc(sizeof (sem_id));
|
sem_id *retval = (sem_id *) allocator.Malloc(sizeof (sem_id));
|
||||||
|
|
Loading…
Reference in New Issue