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