From 826f73d0cf94fa5c6fd4ba68d5cb534211445bca Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Wed, 17 Jun 1992 23:56:30 +0000 Subject: [PATCH] * xm-rs6000.h: Add decl for strdup(). --- gdb/ChangeLog | 4 +++- gdb/xm-rs6000.h | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 5407816..cb77e4b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,8 @@ Wed Jun 17 13:08:33 1992 Stu Grossman (grossman at cygnus.com) - * xm-rs6000.h: Remove #include of inferior.h. Fixes many + * xm-rs6000.h: Add decl for strdup(). + + * tm-rs6000.h: Remove #include of inferior.h. Fixes many compilation errors. * breakpoint.c (enable_command, disable_command): Without args, diff --git a/gdb/xm-rs6000.h b/gdb/xm-rs6000.h index 7929ddf..b3731e6 100644 --- a/gdb/xm-rs6000.h +++ b/gdb/xm-rs6000.h @@ -70,3 +70,4 @@ extern void* malloc PARAMS (()); extern void* realloc PARAMS (()); extern void free PARAMS (()); +extern char *strdup(); -- 2.7.4