- Timestamp:
 - Apr 14, 2007, 11:21:22 AM (19 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/libc/src/kNIX/filehandles.c (modified) (1 diff)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/libc/src/kNIX/filehandles.c
r2943 r3097 110 110 * Init the mutex which should've been a read write lock. 111 111 */ 112 rc = _fmutex_create2(&gmtx, 0, "LIBC SYS Filehandle Mutex");112 rc = _fmutex_create2(&gmtx, _FMC_MUST_COMPLETE, "LIBC SYS Filehandle Mutex"); 113 113 if (rc) 114 114 return rc;  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  