Ignore:
Timestamp:
Nov 5, 2004, 3:16:17 AM (21 years ago)
Author:
bird
Message:

Non-working signal code. (better having it in CVS than locally now)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/select.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r1613 r1614  
    1010
    1111#include <sys/cdefs.h>
    12 #ifdef __NEW_SIGNALS__
    1312#include <sys/_sigset.h>
    1413
     
    1817typedef __sigset_t sigset_t;
    1918#endif
    20 
    21 #else /* !__NEW_SIGNALS__ */
    22 
    23 /** Define sigset_t here for pselect(). */
    24 #if !defined (_SIGSET_T)
    25 #define _SIGSET_T
    26 typedef unsigned long sigset_t;
    27 #endif
    28 
    29 #endif /* !__NEW_SIGNALS__ */
    30 
    3119
    3220/** Define the number of file handles in the select buffer.
Note: See TracChangeset for help on using the changeset viewer.