/* $NetBSD: linux32_errno.h,v 1.2 2021/11/25 03:08:04 ryo Exp $ */ #ifndef _LINUX32_ERRNO_H #define _LINUX32_ERRNO_H #if defined(__aarch64__) #include #elif defined(__amd64__) #include #else #error Undefined linux32_errno.h machine type. #endif #endif /* !_LINUX32_ERRNO_H */