Changeset 3654 for trunk


Ignore:
Timestamp:
Jan 26, 2009, 12:50:44 AM (17 years ago)
Author:
bird
Message:

sharedpm.c: Fixed bug in spmRequestMutex where the uninitialized rc variable would be returned if SPM wasn't initialized.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libc/src/kNIX/os2/sharedpm.c

    r3641 r3654  
    21782178        DosUnsetExceptionHandler(&pRegRec->Core);
    21792179        FS_RESTORE();
    2180         LIBCLOG_RETURN_INT(rc);
     2180        LIBCLOG_RETURN_INT(-ENOLCK);
    21812181    }
    21822182
Note: See TracChangeset for help on using the changeset viewer.