aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux
diff options
context:
space:
mode:
authorKonstantin Belousov <kib@FreeBSD.org>2021-12-08 21:25:11 +0000
committerKonstantin Belousov <kib@FreeBSD.org>2021-12-09 00:49:10 +0000
commitb7c55487ff2f0c33397c3ac9d95fe99d4b0367ac (patch)
tree25c417faf844efcbf3daad975639bd4f99fbb373 /sys/arm64/linux
parentb49b6e0f95c89f8dcb5898424c360b46019254b4 (diff)
downloadsrc-b7c55487ff2f0c33397c3ac9d95fe99d4b0367ac.tar.gz
src-b7c55487ff2f0c33397c3ac9d95fe99d4b0367ac.zip
Regen
Diffstat (limited to 'sys/arm64/linux')
-rw-r--r--sys/arm64/linux/linux_proto.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/arm64/linux/linux_proto.h b/sys/arm64/linux/linux_proto.h
index 6b12f819c87c..fcec23492466 100644
--- a/sys/arm64/linux/linux_proto.h
+++ b/sys/arm64/linux/linux_proto.h
@@ -1494,6 +1494,13 @@ int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
#endif /* COMPAT_FREEBSD12 */
+
+#ifdef COMPAT_FREEBSD13
+
+#define nosys linux_nosys
+
+#endif /* COMPAT_FREEBSD13 */
+
#define LINUX_SYS_AUE_linux_setxattr AUE_NULL
#define LINUX_SYS_AUE_linux_lsetxattr AUE_NULL
#define LINUX_SYS_AUE_linux_fsetxattr AUE_NULL