home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / KERNEL-S / V1.2 / LINUX-1.2 / LINUX-1 / linux / include / asm-sparc / signal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-02-02  |  221 b   |  12 lines

  1. #ifndef _ASMSPARC_SIGNAL_H
  2. #define _ASMSPARC_SIGNAL_H
  3.  
  4. struct sigcontext_struct {
  5.     /*
  6.      * Have to find out what SUNOS and Solaris do. This could
  7.      * get real ugly. David S. Miller (davem@caip.rutgers.edu)
  8.      */
  9. };
  10.  
  11. #endif
  12.