r892 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon Apr 2 17:08:05 EDT 2007


Author: icculus
Date: 2007-04-02 17:08:05 -0400 (Mon, 02 Apr 2007)
New Revision: 892

Modified:
   trunk/physfs.h
Log:
It's now safe to call PHYSFS_* functions from callbacks, since mutexes are now
 recursive internally...removed warning in headers.


Modified: trunk/physfs.h
===================================================================
--- trunk/physfs.h	2007-04-02 20:57:53 UTC (rev 891)
+++ trunk/physfs.h	2007-04-02 21:08:05 UTC (rev 892)
@@ -2075,10 +2075,6 @@
 __EXPORT__ const char *PHYSFS_getMountPoint(const char *dir);
 
 
-/*
- * it is not safe to call physfs functions in these callbacks, as they may
- *  be holding non recursive mutexes.
- */
 /* !!! FIXME: comment! */
 typedef void (*PHYSFS_StringCallback)(void *, const char *);
 typedef void (*PHYSFS_EnumFilesCallback)(void *, const char *, const char *);




More information about the physfs-commits mailing list