Changeset 1754


Ignore:
Timestamp:
Jan 13, 2005, 6:24:55 PM (21 years ago)
Author:
bird
Message:

Fixed incorrect signal freeing. Thanks to lsunley@….

File:
1 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.19 to 1.20
    r1753 r1754  
    30213021                 */
    30223022                pSig->pNext = gpSigQueuedFree;
    3023 #if 1 /** @todo Test out of queue nodes situtation! We've got a deadlock there I believe. */
     3023#if 1 /** @todo Test out of queue nodes situation! We've got a deadlock there I believe. */
    30243024                gpSigQueuedFree = pSig;
    30253025#else
Note: See TracChangeset for help on using the changeset viewer.