82530e7
commit 7f74ba249ead48f351676c37d498b17305212123
82530e7
Author: Mark Wielaard <mark@klomp.org>
82530e7
Date:   Mon Mar 4 17:22:56 2019 +0100
82530e7
82530e7
    Bug 405079 - unhandled ppc64le-linux syscall: 131 (quotactl)
82530e7
    
82530e7
    quotactl is really a "generic" linux syscall that just happened to not
82530e7
    have been hooked up for ppc64le. Add it to syswrap-ppc64-linux.c.
82530e7
82530e7
diff --git a/coregrind/m_syswrap/syswrap-ppc64-linux.c b/coregrind/m_syswrap/syswrap-ppc64-linux.c
82530e7
index 0fdcc8e..eada099 100644
82530e7
--- a/coregrind/m_syswrap/syswrap-ppc64-linux.c
82530e7
+++ b/coregrind/m_syswrap/syswrap-ppc64-linux.c
82530e7
@@ -755,7 +755,7 @@ static SyscallTableEntry syscall_table[] = {
82530e7
    LINX_(__NR_delete_module,     sys_delete_module),      // 129
82530e7
 
82530e7
 // _____(__NR_get_kernel_syms,   sys_get_kernel_syms),    // 130
82530e7
-// _____(__NR_quotactl,          sys_quotactl),           // 131
82530e7
+   LINX_(__NR_quotactl,          sys_quotactl),           // 131
82530e7
    GENX_(__NR_getpgid,           sys_getpgid),            // 132
82530e7
    GENX_(__NR_fchdir,            sys_fchdir),             // 133
82530e7
 // _____(__NR_bdflush,           sys_bdflush),            // 134