Home | History | Annotate | Line # | Download | only in amd64
linux32_errno.h revision 1.1.10.2
      1 /*	$NetBSD: linux32_errno.h,v 1.1.10.2 2006/04/22 11:38:14 simonb 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