diff options
author | Andrew Cagney <cagney@redhat.com> | 2000-05-15 01:44:40 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2000-05-15 01:44:40 +0000 |
commit | 5bfb05ca594c81169234512fb4edd3d3f6833e16 (patch) | |
tree | 187c7a64d964f1b5f77ed60fcceab7c092aec178 /gdb/proc-events.c | |
parent | 5e6cbf410d036264fabdb28319642462d470f516 (diff) | |
download | gdb-5bfb05ca594c81169234512fb4edd3d3f6833e16.zip gdb-5bfb05ca594c81169234512fb4edd3d3f6833e16.tar.gz gdb-5bfb05ca594c81169234512fb4edd3d3f6833e16.tar.bz2 |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/proc-events.c b/gdb/proc-events.c index 2a430d8..8af9671 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. |