diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/target.c | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e05fcd2..6a0eae6a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2003-10-21 Andrew Cagney <cagney@redhat.com> + + * target.c (errno): Delete extern declaration. + 2003-10-20 Jeff Johnston <jjohnstn@redhat.com> * ia64-tdep.c: Change all occurrences of diff --git a/gdb/target.c b/gdb/target.c index c763af3..b7d398b 100644 --- a/gdb/target.c +++ b/gdb/target.c @@ -37,8 +37,6 @@ #include <signal.h> #include "regcache.h" -extern int errno; - static void target_info (char *, int); static void maybe_kill_then_create_inferior (char *, char *, char **); |