r850 - trunk/platform

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Mar 19 16:12:54 EDT 2007


Author: icculus
Date: 2007-03-19 16:12:54 -0400 (Mon, 19 Mar 2007)
New Revision: 850

Modified:
   trunk/platform/beos.cpp
Log:
Added a FIXME.

Modified: trunk/platform/beos.cpp
===================================================================
--- trunk/platform/beos.cpp	2007-03-19 07:45:28 UTC (rev 849)
+++ trunk/platform/beos.cpp	2007-03-19 20:12:54 UTC (rev 850)
@@ -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));




More information about the physfs-commits mailing list