Ryan C. Gordon 19 лет назад
Родитель
Сommit
2ce4b64a73
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      platform/beos.cpp

+ 1 - 0
platform/beos.cpp

@@ -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));