]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
aarch64: enable pivot_root syscall (generic wrapper)
authorMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 21:15:51 +0000 (21:15 +0000)
committerMark Wielaard <mark@klomp.org>
Sat, 18 Feb 2017 21:15:51 +0000 (21:15 +0000)
Patch by Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@16232

coregrind/m_syswrap/syswrap-arm64-linux.c

index 4a605f42ac208f8df23d818fd5f93e31f9cdfb16..2de6b996d51b08f5fa136293b5565d3f4c549a8d 100644 (file)
@@ -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