From: Andrew Cagney Date: Tue, 21 Oct 2003 21:29:55 +0000 (+0000) Subject: 2003-10-21 Andrew Cagney X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=caa92b733943c9c079c0e98967f58fe0b0a68e6d;p=binutils-gdb.git 2003-10-21 Andrew Cagney * target.c (errno): Delete extern declaration. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e05fcd29a12..6a0eae6a90c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-10-21 Andrew Cagney + + * target.c (errno): Delete extern declaration. + 2003-10-20 Jeff Johnston * ia64-tdep.c: Change all occurrences of diff --git a/gdb/target.c b/gdb/target.c index c763af375ae..b7d398b8e36 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -37,8 +37,6 @@ #include #include "regcache.h" -extern int errno; - static void target_info (char *, int); static void maybe_kill_then_create_inferior (char *, char *, char **);