diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-10-21 21:29:55 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-10-21 21:29:55 +0000 |
commit | caa92b733943c9c079c0e98967f58fe0b0a68e6d (patch) | |
tree | 232694e290293c3d33f86ccb43dc1ba2b3f86c6e /gdb | |
parent | ee3073b541eb29022a78c33d4a35ffd6e3034d45 (diff) | |
download | binutils-caa92b733943c9c079c0e98967f58fe0b0a68e6d.zip binutils-caa92b733943c9c079c0e98967f58fe0b0a68e6d.tar.gz binutils-caa92b733943c9c079c0e98967f58fe0b0a68e6d.tar.bz2 |
2003-10-21 Andrew Cagney <cagney@redhat.com>
* target.c (errno): Delete extern declaration.
Diffstat (limited to 'gdb')
-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 **); |