diff options
Diffstat (limited to 'gdb/i386-interix-nat.c')
-rw-r--r-- | gdb/i386-interix-nat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/i386-interix-nat.c b/gdb/i386-interix-nat.c index 91b9be2..c45de2f 100644 --- a/gdb/i386-interix-nat.c +++ b/gdb/i386-interix-nat.c @@ -148,7 +148,7 @@ static struct core_fns interix_core_fns = void _initialize_core_interix (void) { - add_core_fns (&interix_core_fns); + deprecated_add_core_fns (&interix_core_fns); } /* We don't have a /proc/pid/file or /proc/pid/exe to read a link from, |