summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socket.h
diff options
context:
space:
mode:
authormanu <manu@NetBSD.org>2005-05-03 16:26:27 +0000
committermanu <manu@NetBSD.org>2005-05-03 16:26:27 +0000
commit89647c7ca6f19d5682117c3285ebb8c8ba833a59 (patch)
tree2cc8787cfddb0914a698128c37c6b96bea19899a /sys/compat/linux/common/linux_socket.h
parent6c6d96d112084303316c8cb293d4b2e4b1987097 (diff)
First work on COMPAT_LINUX/amd64
Process startup and dynamiclinking work, but processes hang due to Linux arch_prctl(2) not being really supported yet.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.h')
-rw-r--r--sys/compat/linux/common/linux_socket.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/linux/common/linux_socket.h b/sys/compat/linux/common/linux_socket.h
index a9e330e26ac..9f4c4aed261 100644
--- a/sys/compat/linux/common/linux_socket.h
+++ b/sys/compat/linux/common/linux_socket.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_socket.h,v 1.11 2003/07/27 19:30:03 jdolecek Exp $ */
+/* $NetBSD: linux_socket.h,v 1.12 2005/05/03 16:26:30 manu Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -185,6 +185,8 @@
#include <compat/linux/arch/mips/linux_socket.h>
#elif defined(__arm__)
#include <compat/linux/arch/arm/linux_socket.h>
+#elif defined(__amd64__)
+#include <compat/linux/arch/amd64/linux_socket.h>
#else
#error Undefined linux_socket.h machine type.
#endif