Changeset 1777


Ignore:
Timestamp:
Jan 17, 2005, 4:11:44 AM (21 years ago)
Author:
bird
Message:

Forgot to take the semaphore in the V1 handler. Thanks to froloff.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/src/lib/sys/signals.c

    • Property cvs2svn:cvs-rev changed from 1.21 to 1.22
    r1776 r1777  
    25512551     * Take the signal semaphore.
    25522552     */
    2553     rc = __libc_back_signalSemRequest();
     2553    int rc = __libc_back_signalSemRequest();
    25542554    if (rc)
    25552555    {
Note: See TracChangeset for help on using the changeset viewer.