diff options
Diffstat (limited to 'gdb/ppc-linux-tdep.c')
-rw-r--r-- | gdb/ppc-linux-tdep.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/ppc-linux-tdep.c b/gdb/ppc-linux-tdep.c index bf95f39..2f28337 100644 --- a/gdb/ppc-linux-tdep.c +++ b/gdb/ppc-linux-tdep.c @@ -1406,6 +1406,8 @@ ppc_canonicalize_syscall (int syscall, int wordsize) result = gdb_sys_recvfrom; else if (syscall == 342) result = gdb_sys_recvmsg; + else if (syscall == 359) + result = gdb_sys_getrandom; return (enum gdb_syscall) result; } |