Home | History | Annotate | Line # | Download | only in amd64
linux32_missing.c revision 1.5
      1  1.5    dsl /*	$NetBSD: linux32_missing.c,v 1.5 2008/02/02 19:37:53 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.5    dsl #include <compat/linux/common/linux_fcntl64.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  1.4  njoly #include <compat/linux/common/linux_uid16.c>
     29