Changeset 3097


Ignore:
Timestamp:
Apr 14, 2007, 11:21:22 AM (18 years ago)
Author:
bird
Message:

changed the filehandle mutex to must-complete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/filehandles.c

    r2943 r3097  
    110110     * Init the mutex which should've been a read write lock.
    111111     */
    112     rc = _fmutex_create2(&gmtx, 0, "LIBC SYS Filehandle Mutex");
     112    rc = _fmutex_create2(&gmtx, _FMC_MUST_COMPLETE, "LIBC SYS Filehandle Mutex");
    113113    if (rc)
    114114        return rc;
Note: See TracChangeset for help on using the changeset viewer.