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-alpha / signal.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-16  |  251 b   |  13 lines

  1. #ifndef _ASMAXP_SIGNAL_H
  2. #define _ASMAXP_SIGNAL_H
  3.  
  4. struct sigcontext_struct {
  5.     /*
  6.      * what should we have here? I'd probably better use the same
  7.      * stack layout as OSF/1, just in case we ever want to try
  8.      * running their binaries.. 
  9.      */
  10. };
  11.  
  12. #endif
  13.