diff options
Diffstat (limited to 'gdb/proc-events.c')
-rw-r--r-- | gdb/proc-events.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/proc-events.c b/gdb/proc-events.c index ada51b4a5d3..21f44ba15bf 100644 --- a/gdb/proc-events.c +++ b/gdb/proc-events.c @@ -493,7 +493,9 @@ init_syscall_table (void) syscall_table[SYS_utssys] = "utssys"; syscall_table[SYS_uucopy] = "uucopy"; syscall_table[SYS_uucopystr] = "uucopystr"; +#ifdef SYS_uuidsys syscall_table[SYS_uuidsys] = "uuidsys"; +#endif #ifdef SYS_va_mask syscall_table[SYS_va_mask] = "va_mask"; #endif |