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
commitcfc231aa1608699b60e26a14b757c2b4d5ce861c (patch)
treea796a19b55b7c636d37090920b29a0a02e1656d9 /gdb/proc-events.c
parent5ddc192d424b458b3b2d8cf146bbd598cabe1d1b (diff)
downloadgdb-cfc231aa1608699b60e26a14b757c2b4d5ce861c.tar.gz
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 2a430d8a6e6..8af9671a2cc 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.