blob: fee9ed14609cef0dde67b260e21497bab40f8a65 (
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 _AMD64_LINUX32_ERRNO_H
#define _AMD64_LINUX32_ERRNO_H
#include <compat/linux/common/linux_errno.h>
#define native_to_linux32_errno native_to_linux_errno
#endif /* _AMD64_LINUX32_ERRNO_H */
|