home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / amiga / programm / language / gcc222.lha / include / sys / signal.h < prev    next >
C/C++ Source or Header  |  1992-08-10  |  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.