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/signal.h

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r1613 r1614  
    1 #ifdef __NEW_SIGNALS__
    21/** @file
    32 * FreeBSD 5.1
     
    136135#endif /* !_SIGNAL_H_ */
    137136
    138 #else  /* !__NEW_SIGNALS__ */
    139 
    140 /* signal.h (emx+gcc) */
    141 
    142 #ifndef _SIGNAL_H
    143 #define _SIGNAL_H
    144 #include <sys/cdefs.h>
    145 #include <sys/signal.h>
    146 
    147 #if __BSD_VISIBLE
    148 /*
    149  * XXX should enlarge these, if only to give empty names instead of bounds
    150  * errors for large signal numbers.
    151  */
    152 extern __const char *__const sys_signame[NSIG];
    153 extern __const char *__const sys_siglist[NSIG];
    154 extern __const int sys_nsig;
    155 #endif
    156 
    157 
    158 #endif /* not _SIGNAL_H */
    159 
    160 #endif /* !__NEW_SIGNALS__ */
Note: See TracChangeset for help on using the changeset viewer.