Added a FIXME.

This commit is contained in:
Ryan C. Gordon 2007-03-19 20:12:54 +00:00
parent fde676b2dc
commit 2ce4b64a73
1 changed files with 1 additions and 0 deletions

View File

@ -208,6 +208,7 @@ char *__PHYSFS_platformRealPath(const char *path)
} /* __PHYSFS_platformRealPath */
/* !!! FIXME: semaphores are not mutexes... */
void *__PHYSFS_platformCreateMutex(void)
{
sem_id *retval = (sem_id *) allocator.Malloc(sizeof (sem_id));