Skip to content

Commit

Permalink
Added a FIXME.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Mar 19, 2007
1 parent fde676b commit 2ce4b64
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform/beos.cpp
Expand Up @@ -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));
Expand Down

0 comments on commit 2ce4b64

Please sign in to comment.