]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
mips32: hook up vhangup syscall
authorPetar Jovanovic <mips32r2@gmail.com>
Tue, 20 Aug 2019 13:30:45 +0000 (13:30 +0000)
committerPetar Jovanovic <mips32r2@gmail.com>
Tue, 20 Aug 2019 13:30:45 +0000 (13:30 +0000)
Hook up vhangup syscall for mips32.

This fixes vhangup01 in the LTP test suite.

coregrind/m_syswrap/syswrap-mips32-linux.c

index fe1531ffac701eddc1c445d082bea1d88980017a..9512510104b1b86a5947caf040c3119dcdca84cd 100644 (file)
@@ -876,7 +876,7 @@ static SyscallTableEntry syscall_main_table[] = {
    GENXY (__NR_fstat,                  sys_newfstat),                // 108
    //..    //   (__NR_olduname,          sys_uname),             // 109
    //..    GENX_(__NR_iopl,              sys_iopl),              // 110
-   //..    LINX_(__NR_vhangup,           sys_vhangup),           // 111
+   LINX_ (__NR_vhangup,                sys_vhangup),                 // 111
    //..    GENX_(__NR_idle,              sys_ni_syscall),        // 112
    //..    //   (__NR_vm86old,           sys_vm86old),           // 113
    GENXY (__NR_wait4,                  sys_wait4),                   // 114