1/* $NetBSD: linux32_errno.h,v 1.1 2006/02/09 19:18:57 manu 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