1234567891011121314151617181920212223242526272829 |
- #if !defined _SIGNAL_H && !defined _SYS_UCONTEXT_H
- # error "Never use <bits/sigcontext.h> directly; include <signal.h> instead."
- #endif
- #ifndef sigcontext_struct
- # define sigcontext_struct sigcontext
- # include <asm/sigcontext.h>
- #endif
|