blob: 58165a551a252b4499239941cc66e4208b4f0977 (
plain)
1
2
3
4
5
6
7
8
9
10
|
/* $NetBSD: linux32_errno.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */
#ifndef _LINUX32_ERRNO_H
#define _LINUX32_ERRNO_H
#ifdef __amd64__
#include <compat/linux32/arch/amd64/linux32_errno.h>
#endif
#endif /* !_LINUX32_ERRNO_H */
|