1 /* $NetBSD: linux32_errno.h,v 1.1.22.2 2006/09/09 02:45:52 rpaulo Exp $ */ 2 3 #ifndef _AMD64_LINUX32_ERRNO_H 4 #define _AMD64_LINUX32_ERRNO_H 5 6 #include <compat/linux/common/linux_errno.h> 7 8 #define native_to_linux32_errno native_to_linux_errno 9 10 #endif /* _AMD64_LINUX32_ERRNO_H */ 11