summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socketcall.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_socketcall.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_socketcall.h')
-rw-r--r--sys/compat/linux/common/linux_socketcall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.h b/sys/compat/linux/common/linux_socketcall.h
index d9edbc46b8f..a3d4de75d9c 100644
--- a/sys/compat/linux/common/linux_socketcall.h
+++ b/sys/compat/linux/common/linux_socketcall.h
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_socketcall.h,v 1.8 2005/02/26 23:10:19 perry Exp $ */
+/* $NetBSD: linux_socketcall.h,v 1.9 2005/05/03 16:26:30 manu Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -71,7 +71,7 @@
#define _LINUX_SOCKETCALL_H
/* Alpha does not use the socketcall multiplexer */
-#if !defined(__alpha__)
+#if !defined(__alpha__) && !defined(__amd64__)
/* Used on: arm, i386, m68k, mips, ppc, sparc, sparc64 */
/* Not used on: alpha */