|
PAPI
5.0.1.0
|
00001 #ifndef _LINUX_BGP_CONTEXT_H 00002 #define _LINUX_BGP_CONTEXT_H 00003 00004 #include <sys/ucontext.h> 00005 00006 #define GET_OVERFLOW_ADDRESS(ctx) 0x0 00007 00008 /* Signal handling functions */ 00009 #undef hwd_siginfo_t 00010 #undef hwd_ucontext_t 00011 typedef int hwd_siginfo_t; 00012 typedef ucontext_t hwd_ucontext_t; 00013 00014 #endif