Home | History | Annotate | Line # | Download | only in amd64
linux32_missing.c revision 1.3
      1  1.3   dsl /*	$NetBSD: linux32_missing.c,v 1.3 2007/07/19 22:17:23 dsl Exp $ */
      2  1.3   dsl 
      3  1.3   dsl #include <sys/cdefs.h>
      4  1.1  manu 
      5  1.1  manu #include "opt_compat_linux32.h"
      6  1.1  manu 
      7  1.1  manu #include <sys/types.h>
      8  1.1  manu #include <sys/time.h>
      9  1.1  manu #include <sys/param.h>
     10  1.1  manu #include <sys/lwp.h>
     11  1.1  manu #include <sys/ucred.h>
     12  1.1  manu #include <sys/mount.h>
     13  1.1  manu #include <sys/systm.h>
     14  1.1  manu #include <sys/syscallargs.h>
     15  1.1  manu 
     16  1.1  manu #include <compat/netbsd32/netbsd32.h>
     17  1.1  manu 
     18  1.1  manu #include <compat/linux32/common/linux32_types.h>
     19  1.1  manu #include <compat/linux32/common/linux32_signal.h>
     20  1.1  manu 
     21  1.1  manu #include <compat/linux32/arch/amd64/linux32_missing.h>
     22  1.1  manu #include <compat/linux32/arch/amd64/linux32_syscallargs.h>
     23  1.1  manu 
     24  1.1  manu #include <compat/linux/common/linux_file64.c>
     25  1.1  manu #include <compat/linux/common/linux_llseek.c>
     26  1.1  manu #include <compat/linux/common/linux_misc_notalpha.c>
     27  1.1  manu #include <compat/linux/common/linux_misc.c>
     28