git: 177c7036e2a1 - stable/13 - linux(4): Remove clone3 and faccessat2 from dummy.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Jun 2022 19:38:13 UTC
The branch stable/13 has been updated by dchagin: URL: https://cgit.FreeBSD.org/src/commit/?id=177c7036e2a1e756f2a5b195a422af67c8edcd71 commit 177c7036e2a1e756f2a5b195a422af67c8edcd71 Author: Dmitry Chagin <dchagin@FreeBSD.org> AuthorDate: 2021-08-12 13:07:21 +0000 Commit: Dmitry Chagin <dchagin@FreeBSD.org> CommitDate: 2022-06-17 19:33:34 +0000 linux(4): Remove clone3 and faccessat2 from dummy. MFC after: 2 weeks (cherry picked from commit aecd31a8a3b09af874120bc7b4aa6fa51db98f94) --- 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);