Blame src/linux-bgp-context.h

Packit Service a1973e
#ifndef _LINUX_BGP_CONTEXT_H
Packit Service a1973e
#define _LINUX_BGP_CONTEXT_H
Packit Service a1973e
Packit Service a1973e
#include <sys/ucontext.h>
Packit Service a1973e
Packit Service a1973e
#define GET_OVERFLOW_ADDRESS(ctx) 0x0
Packit Service a1973e
Packit Service a1973e
/* Signal handling functions */
Packit Service a1973e
#undef hwd_siginfo_t
Packit Service a1973e
#undef hwd_ucontext_t
Packit Service a1973e
typedef int hwd_siginfo_t;
Packit Service a1973e
typedef ucontext_t hwd_ucontext_t;
Packit Service a1973e
Packit Service a1973e
#endif