Changeset 3098
- Timestamp:
- Apr 14, 2007, 11:22:44 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/libc-0.6/src/emx/src/lib/sys/filehandles.c
r2795 r3098 122 122 * Init the mutex which should've been a read write lock. 123 123 */ 124 rc = _fmutex_create2(&gmtx, 0, "LIBC SYS Filehandle Mutex");124 rc = _fmutex_create2(&gmtx, _FMC_MUST_COMPLETE, "LIBC SYS Filehandle Mutex"); 125 125 if (rc) 126 126 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.