home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / gnu / ixemul-39.47-env-bin.lha / include / sys / signal.h < prev    next >
C/C++ Source or Header  |  1993-09-05  |  190b  |  11 lines

  1. #ifndef    _SYS_SIGNAL_H_
  2. #define    _SYS_SIGNAL_H_
  3. #include <signal.h>
  4.  
  5. /*
  6.  * If addr cannot be computed it is set to SIG_NOADDR.
  7.  */
  8. #define SIG_NOADDR    ((char *)~0)
  9.  
  10. #endif    /* _SYS_SIGNAL_H_ */
  11.