changeset 838 | 257f0f83e012 |
parent 818 | e36f23f49042 |
child 844 | 68272bd212a5 |
--- a/platform/beos.cpp Mon Mar 19 07:45:28 2007 +0000 +++ b/platform/beos.cpp Mon Mar 19 20:12:54 2007 +0000 @@ -208,6 +208,7 @@ } /* __PHYSFS_platformRealPath */ +/* !!! FIXME: semaphores are not mutexes... */ void *__PHYSFS_platformCreateMutex(void) { sem_id *retval = (sem_id *) allocator.Malloc(sizeof (sem_id));