home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / gcc-2.7.2.1-base.tgz / gcc-2.7.2.1-base.tar / fsf / gcc / config / mips / xm-sysv4.h < prev   
C/C++ Source or Header  |  1994-02-06  |  442b  |  12 lines

  1. #include "mips/xm-sysv.h"
  2.  
  3. /* SVR4 provides no sys_siglist,
  4.    but does offer the same data under another name.  */
  5. #define sys_siglist _sys_siglist
  6.  
  7. /* There is a declaration in /usr/include/signal.h that conflicts with the
  8.    declarations in collect2.c and mips-tfile.c, so disable gcc's declarations.
  9.    This is at least true for CDC's EP/IX 2.1.1.  It is suspected to be true
  10.    for RISC/OS 5.x also.  */
  11. #define DONT_DECLARE_SYS_SIGLIST
  12.