aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/linux
diff options
context:
space:
mode:
authorKyle Evans <kevans@FreeBSD.org>2021-12-09 04:42:43 +0000
committerKyle Evans <kevans@FreeBSD.org>2021-12-17 02:56:28 +0000
commite6f760f0e8ecc05984f6ba98388bbf6cf391d2c3 (patch)
treead28b1732adf4d02ff26fec6ca55197cf57343f3 /sys/arm64/linux
parent849466665811981d2e55201f6901d576d947a745 (diff)
downloadsrc-e6f760f0e8ecc05984f6ba98388bbf6cf391d2c3.tar.gz
src-e6f760f0e8ecc05984f6ba98388bbf6cf391d2c3.zip
sysent: regenerate
Diffstat (limited to 'sys/arm64/linux')
-rw-r--r--sys/arm64/linux/linux_proto.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/sys/arm64/linux/linux_proto.h b/sys/arm64/linux/linux_proto.h
index fcec23492466..5f664cf787c2 100644
--- a/sys/arm64/linux/linux_proto.h
+++ b/sys/arm64/linux/linux_proto.h
@@ -1445,62 +1445,6 @@ int linux_faccessat2(struct thread *, struct linux_faccessat2_args *);
int linux_process_madvise(struct thread *, struct linux_process_madvise_args *);
int linux_epoll_pwait2(struct thread *, struct linux_epoll_pwait2_args *);
int linux_mount_setattr(struct thread *, struct linux_mount_setattr_args *);
-
-#ifdef COMPAT_43
-
-#define nosys linux_nosys
-
-#endif /* COMPAT_43 */
-
-
-#ifdef COMPAT_FREEBSD4
-
-#define nosys linux_nosys
-
-#endif /* COMPAT_FREEBSD4 */
-
-
-#ifdef COMPAT_FREEBSD6
-
-#define nosys linux_nosys
-
-#endif /* COMPAT_FREEBSD6 */
-
-
-#ifdef COMPAT_FREEBSD7
-
-#define nosys linux_nosys
-
-#endif /* COMPAT_FREEBSD7 */
-
-
-#ifdef COMPAT_FREEBSD10
-
-#define nosys linux_nosys
-
-#endif /* COMPAT_FREEBSD10 */
-
-
-#ifdef COMPAT_FREEBSD11
-
-#define nosys linux_nosys
-
-#endif /* COMPAT_FREEBSD11 */
-
-
-#ifdef COMPAT_FREEBSD12
-
-#define nosys linux_nosys
-
-#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