summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_socketcall.h
diff options
context:
space:
mode:
authorryo <ryo@NetBSD.org>2021-09-23 06:56:26 +0000
committerryo <ryo@NetBSD.org>2021-09-23 06:56:26 +0000
commitf036aca9a82f207e0cbdd6a9ad2665c0ec2cc8e4 (patch)
tree09114cc968970023b3c1bf9e919781d41b8d3ab6 /sys/compat/linux/common/linux_socketcall.h
parentb8dd72b7252d147be60c2cc71da1323850d535d5 (diff)
add support COMPAT_LINUX for aarch64
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.h')
-rw-r--r--sys/compat/linux/common/linux_socketcall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.h b/sys/compat/linux/common/linux_socketcall.h
index cc3b5d558d6..4be40d06ab3 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.21 2017/02/09 22:01:48 christos Exp $ */
+/* $NetBSD: linux_socketcall.h,v 1.22 2021/09/23 06:56:27 ryo Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -64,10 +64,10 @@
#define _LINUX_SOCKETCALL_H
/* Alpha does not use the socketcall multiplexer */
-#if !defined(__alpha__) && !defined(__amd64__) && !defined(COMPAT_LINUX32)
+#if !defined(__aarch64__) && !defined(__alpha__) && !defined(__amd64__) && !defined(COMPAT_LINUX32)
/* Used on: arm, i386, m68k, mips, ppc, sparc, sparc64 */
/* Used for COMPAT_LINUX32 on amd64 */
-/* Not used on: alpha */
+/* Not used on: aarch64, alpha */
#include <compat/linux/linux_syscall.h>
#include <compat/linux/linux_syscallargs.h>