From: Mark Wielaard Date: Sat, 18 Feb 2017 21:15:51 +0000 (+0000) Subject: aarch64: enable pivot_root syscall (generic wrapper) X-Git-Tag: svn/VALGRIND_3_13_0~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1dbcb195daee2ba923baf20efc4a6d58578db8bd;p=thirdparty%2Fvalgrind.git aarch64: enable pivot_root syscall (generic wrapper) Patch by Marcin Juszkiewicz git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16232 --- diff --git a/coregrind/m_syswrap/syswrap-arm64-linux.c b/coregrind/m_syswrap/syswrap-arm64-linux.c index 4a605f42ac..2de6b996d5 100644 --- a/coregrind/m_syswrap/syswrap-arm64-linux.c +++ b/coregrind/m_syswrap/syswrap-arm64-linux.c @@ -669,7 +669,7 @@ static SyscallTableEntry syscall_main_table[] = { LINX_(__NR_renameat, sys_renameat), // 38 LINX_(__NR_umount2, sys_umount), // 39 LINX_(__NR_mount, sys_mount), // 40 - // (__NR_pivot_root, sys_pivot_root), // 41 + LINX_(__NR_pivot_root, sys_pivot_root), // 41 // (__NR_nfsservctl, sys_nfsservctl), // 42 GENXY(__NR_statfs, sys_statfs), // 43 GENXY(__NR_fstatfs, sys_fstatfs), // 44