From: Ken Raeburn Date: Thu, 10 Sep 1992 19:56:45 +0000 (+0000) Subject: from p3: remote-vx.c: hide name realloc for inclusion of rpc/rpc.h X-Git-Tag: gdb-4_18~21099 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b67903acf69c7a0746ac4a8daab7e51a48dbd5a1;p=external%2Fbinutils.git from p3: remote-vx.c: hide name realloc for inclusion of rpc/rpc.h --- diff --git a/gdb/remote-vx.c b/gdb/remote-vx.c index b9a74fe..635ffe3 100644 --- a/gdb/remote-vx.c +++ b/gdb/remote-vx.c @@ -37,9 +37,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #include #define malloc bogon_malloc /* Sun claims "char *malloc()" not void * */ #define free bogon_free /* Sun claims "int free()" not void */ +#define realloc bogon_realloc /* Sun claims "char *realloc()", not void * */ #include #undef malloc #undef free +#undef realloc #include /* UTek's doesn't #incl this */ #include #include "vx-share/ptrace.h"