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