]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-10-21 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Tue, 21 Oct 2003 21:29:55 +0000 (21:29 +0000)
committerAndrew Cagney <cagney@redhat.com>
Tue, 21 Oct 2003 21:29:55 +0000 (21:29 +0000)
* target.c (errno): Delete extern declaration.

gdb/ChangeLog
gdb/target.c

index e05fcd29a12256af7a7b704f54bde3d0751b6c54..6a0eae6a90c8b7e228a7c45a997ed281e9951ad9 100644 (file)
@@ -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
index c763af375aecc9961b9e68ee6f39da74caffe7b5..b7d398b8e36f7721551af6b2ad0b2b31ea58b3fb 100644 (file)
@@ -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 **);