Changeset 1825 for trunk/src/emx/include


Ignore:
Timestamp:
Mar 13, 2005, 11:45:22 AM (20 years ago)
Author:
bird
Message:

Fixed select EINTR problem.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/InnoTekLIBC/thread.h

    • Property cvs2svn:cvs-rev changed from 1.11 to 1.12
    r1824 r1825  
    169169    volatile unsigned   fSigBeingPoked;
    170170
     171    /** The millisecond timestamp of the last signal.
     172     * This is used to detect system call interruptions (select). The function will clear
     173     * before doing the system call and evaluate it when the call returns. signals.c will set it
     174     * when ever a thread enters for processing a signal asynchronously. */
     175    volatile unsigned long      ulSigLastTS;
    171176
    172177
Note: See TracChangeset for help on using the changeset viewer.