1 1.2 ryo /* $NetBSD: linux32_errno.h,v 1.2 2021/11/25 03:08:04 ryo Exp $ */ 2 1.1 manu 3 1.1 manu #ifndef _LINUX32_ERRNO_H 4 1.1 manu #define _LINUX32_ERRNO_H 5 1.1 manu 6 1.2 ryo #if defined(__aarch64__) 7 1.2 ryo #include <compat/linux32/arch/aarch64/linux32_errno.h> 8 1.2 ryo #elif defined(__amd64__) 9 1.1 manu #include <compat/linux32/arch/amd64/linux32_errno.h> 10 1.2 ryo #else 11 1.2 ryo #error Undefined linux32_errno.h machine type. 12 1.1 manu #endif 13 1.1 manu 14 1.1 manu #endif /* !_LINUX32_ERRNO_H */ 15