mirror of
https://github.com/Stichting-MINIX-Research-Foundation/netbsd.git
synced 2025-08-09 05:59:13 -04:00
11 lines
229 B
C
11 lines
229 B
C
/* $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 */
|