Home | History | Annotate | Line # | Download | only in common
linux32_errno.h revision 1.1
      1  1.1  manu /*	$NetBSD: linux32_errno.h,v 1.1 2006/02/09 19:18:57 manu Exp $ */
      2  1.1  manu 
      3  1.1  manu #ifndef _LINUX32_ERRNO_H
      4  1.1  manu #define _LINUX32_ERRNO_H
      5  1.1  manu 
      6  1.1  manu #ifdef __amd64__
      7  1.1  manu #include <compat/linux32/arch/amd64/linux32_errno.h>
      8  1.1  manu #endif
      9  1.1  manu 
     10  1.1  manu #endif /* !_LINUX32_ERRNO_H */
     11