فهرست منبع

Added a FIXME.

Ryan C. Gordon 19 سال پیش
والد
کامیت
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));