Changeset 3098


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

changed the filehandle mutex to must-complete. Fixes #151.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/libc-0.6/src/emx/src/lib/sys/filehandles.c

    r2795 r3098  
    122122     * Init the mutex which should've been a read write lock.
    123123     */
    124     rc = _fmutex_create2(&gmtx, 0, "LIBC SYS Filehandle Mutex");
     124    rc = _fmutex_create2(&gmtx, _FMC_MUST_COMPLETE, "LIBC SYS Filehandle Mutex");
    125125    if (rc)
    126126        return rc;
Note: See TracChangeset for help on using the changeset viewer.