signal.h revision 1.3
11.3Sthorpej/* $NetBSD: signal.h,v 1.3 2021/10/27 04:45:42 thorpej Exp $ */
21.3Sthorpej
31.3Sthorpej#ifndef _AARCH64_SIGNAL_H_
41.3Sthorpej#define	_AARCH64_SIGNAL_H_
51.1Smatt
61.1Smatt#include <arm/signal.h>
71.3Sthorpej
81.3Sthorpej#ifdef _KERNEL
91.3Sthorpej/* This is needed to support COMPAT_NETBSD32. */
101.3Sthorpej#define	__HAVE_STRUCT_SIGCONTEXT
111.3Sthorpej#endif /* _KERNEL */
121.3Sthorpej
131.3Sthorpej#endif /* ! _AARCH64_SIGNAL_H_ */
14