summaryrefslogtreecommitdiff
path: root/sys/compat/linux32/common/linux32_errno.h
blob: 63d04e87563c1d6f6907ba3f6c3594416cfeac03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*	$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 <compat/linux32/arch/aarch64/linux32_errno.h>
#elif defined(__amd64__)
#include <compat/linux32/arch/amd64/linux32_errno.h>
#else
#error Undefined linux32_errno.h machine type.
#endif

#endif /* !_LINUX32_ERRNO_H */