diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index 14800619cbe..cc5a26431ba 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1400,6 +1400,8 @@ ppc_canonicalize_syscall (int syscall, int wordsize) else result = gdb_sys_fstatat64; } + else if (syscall == 317) + result = gdb_sys_pipe2; else if (syscall == 336) result = gdb_sys_recv; else if (syscall == 337)