* mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
definition.
This commit is contained in:
parent
9a973a8fb2
commit
d1bacddc24
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2001-07-12 Daniel Jacobowitz <drow@mvista.com>
|
||||
|
||||
* mips-linux-tdep.c (_initialize_mips_linux_tdep): Use ISO C
|
||||
definition.
|
||||
|
||||
2001-07-13 Mark Kettenis <kettenis@gnu.org>
|
||||
|
||||
* lin-lwp.c (lin_lwp_wait): Avoid check for resumed LWPs if there
|
||||
|
|
|
@ -338,7 +338,7 @@ mips_linux_svr4_fetch_link_map_offsets (void)
|
|||
}
|
||||
|
||||
void
|
||||
_initialize_mips_linux_tdep ()
|
||||
_initialize_mips_linux_tdep (void)
|
||||
{
|
||||
add_core_fns (®set_core_fns);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue