diff options
Diffstat (limited to 'gdb/mac-nat.c')
-rw-r--r-- | gdb/mac-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mac-nat.c b/gdb/mac-nat.c index c8fcddb..aa25417 100644 --- a/gdb/mac-nat.c +++ b/gdb/mac-nat.c @@ -46,7 +46,7 @@ extern struct target_ops child_ops; -static void child_stop PARAMS ((void)); +static void child_stop (void); static void child_fetch_inferior_registers (int r) |