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