signal.h revision 1.3
1/* $NetBSD: signal.h,v 1.3 2021/10/27 04:45:42 thorpej Exp $ */
2
3#ifndef _AARCH64_SIGNAL_H_
4#define	_AARCH64_SIGNAL_H_
5
6#include <arm/signal.h>
7
8#ifdef _KERNEL
9/* This is needed to support COMPAT_NETBSD32. */
10#define	__HAVE_STRUCT_SIGCONTEXT
11#endif /* _KERNEL */
12
13#endif /* ! _AARCH64_SIGNAL_H_ */
14