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/target.c | |
parent | ee3073b541eb29022a78c33d4a35ffd6e3034d45 (diff) | |
download | gdb-caa92b733943c9c079c0e98967f58fe0b0a68e6d.zip gdb-caa92b733943c9c079c0e98967f58fe0b0a68e6d.tar.gz gdb-caa92b733943c9c079c0e98967f58fe0b0a68e6d.tar.bz2 |
2003-10-21 Andrew Cagney <cagney@redhat.com>
* target.c (errno): Delete extern declaration.
Diffstat (limited to 'gdb/target.c')
-rw-r--r-- | gdb/target.c | 2 |
1 files changed, 0 insertions, 2 deletions
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 **); |