summaryrefslogtreecommitdiff
path: root/gdb/proc-events.c
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-05-15 01:44:40 +0000
committerAndrew Cagney <cagney@redhat.com>2000-05-15 01:44:40 +0000
commit5bfb05ca594c81169234512fb4edd3d3f6833e16 (patch)
tree187c7a64d964f1b5f77ed60fcceab7c092aec178 /gdb/proc-events.c
parent5e6cbf410d036264fabdb28319642462d470f516 (diff)
Fix IRIX cc warnings. Fix ui_out functions that didn't return a value.
Diffstat (limited to 'gdb/proc-events.c')
-rw-r--r--gdb/proc-events.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-events.c b/gdb/proc-events.c
index 2a430d8a6e..8af9671a2c 100644
--- a/gdb/proc-events.c
+++ b/gdb/proc-events.c
@@ -1389,7 +1389,7 @@ init_syscall_table (void)
#if defined (SYS_yield)
syscall_table[SYS_yield] = "yield";
#endif
-};
+}
/*
* Prettyprint a single syscall by number.