git: aecd31a8a3b0 - main - linux(4): Remove clone3 and faccessat2 from dummy.
Dmitry Chagin
dchagin at FreeBSD.org
Thu Aug 12 13:07:39 UTC 2021
The branch main has been updated by dchagin:
URL: https://cgit.FreeBSD.org/src/commit/?id=aecd31a8a3b09af874120bc7b4aa6fa51db98f94
commit aecd31a8a3b09af874120bc7b4aa6fa51db98f94
Author: Dmitry Chagin <dchagin at FreeBSD.org>
AuthorDate: 2021-08-12 13:07:21 +0000
Commit: Dmitry Chagin <dchagin at FreeBSD.org>
CommitDate: 2021-08-12 13:07:21 +0000
linux(4): Remove clone3 and faccessat2 from dummy.
MFC after: 2 weeks
---
sys/compat/linux/linux_dummy.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/sys/compat/linux/linux_dummy.c b/sys/compat/linux/linux_dummy.c
index fbec69f4ac31..91a56616fc10 100644
--- a/sys/compat/linux/linux_dummy.c
+++ b/sys/compat/linux/linux_dummy.c
@@ -138,11 +138,9 @@ DUMMY(fsconfig);
DUMMY(fsmount);
DUMMY(fspick);
DUMMY(pidfd_open);
-DUMMY(clone3);
DUMMY(close_range);
DUMMY(openat2);
DUMMY(pidfd_getfd);
-DUMMY(faccessat2);
DUMMY(process_madvise);
DUMMY(epoll_pwait2);
DUMMY(mount_setattr);
More information about the dev-commits-src-main
mailing list