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

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

coregrind/m_syswrap/syswrap-arm64-linux.c

index c7ef7cff739d4fcab2a37a6230f59d45967aad60..0cfc80fe29c1e5974033639a2a01c63fc5da5428 100644 (file)
@@ -789,7 +789,7 @@ static SyscallTableEntry syscall_main_table[] = {
    GENXY(__NR_getgroups,         sys_getgroups),         // 158
    GENX_(__NR_setgroups,         sys_setgroups),         // 159
    GENXY(__NR_uname,             sys_newuname),          // 160
-   //   (__NR_sethostname,       sys_sethostname),       // 161 
+   GENX_(__NR_sethostname,       sys_sethostname),       // 161
    //   (__NR_setdomainname,     sys_setdomainname),     // 162 
    GENXY(__NR_getrlimit,         sys_old_getrlimit),     // 163
    GENX_(__NR_setrlimit,         sys_setrlimit),         // 164