1 /* $NetBSD: linux32_errno.h,v 1.1.10.2 2006/04/22 11:38:14 simonb Exp $ */ 2 3 #ifndef _LINUX32_ERRNO_H 4 #define _LINUX32_ERRNO_H 5 6 #ifdef __amd64__ 7 #include <compat/linux32/arch/amd64/linux32_errno.h> 8 #endif 9 10 #endif /* !_LINUX32_ERRNO_H */ 11