Home | History | Annotate | Line # | Download | only in amd64
      1  1.7    chs /*	$NetBSD: linux32_missing.c,v 1.7 2013/11/18 01:32:52 chs Exp $ */
      2  1.3    dsl 
      3  1.3    dsl #include <sys/cdefs.h>
      4  1.1   manu 
      5  1.6     ad #ifdef _KERNEL_OPT
      6  1.1   manu #include "opt_compat_linux32.h"
      7  1.6     ad #endif
      8  1.1   manu 
      9  1.1   manu #include <sys/types.h>
     10  1.1   manu #include <sys/time.h>
     11  1.1   manu #include <sys/param.h>
     12  1.1   manu #include <sys/lwp.h>
     13  1.1   manu #include <sys/ucred.h>
     14  1.1   manu #include <sys/mount.h>
     15  1.1   manu #include <sys/systm.h>
     16  1.1   manu #include <sys/syscallargs.h>
     17  1.1   manu 
     18  1.1   manu #include <compat/netbsd32/netbsd32.h>
     19  1.1   manu 
     20  1.1   manu #include <compat/linux32/common/linux32_types.h>
     21  1.1   manu #include <compat/linux32/common/linux32_signal.h>
     22  1.1   manu 
     23  1.1   manu #include <compat/linux32/arch/amd64/linux32_missing.h>
     24  1.1   manu #include <compat/linux32/arch/amd64/linux32_syscallargs.h>
     25  1.1   manu 
     26  1.6     ad #include <compat/linux/common/linux_ipc.h>
     27  1.6     ad #include <compat/linux/common/linux_sem.h>
     28  1.7    chs 
     29  1.5    dsl #include <compat/linux/common/linux_fcntl64.c>
     30  1.1   manu #include <compat/linux/common/linux_llseek.c>
     31  1.1   manu #include <compat/linux/common/linux_misc_notalpha.c>
     32  1.4  njoly #include <compat/linux/common/linux_uid16.c>
     33