2003-10-21 Andrew Cagney <cagney@redhat.com>

* target.c (errno): Delete extern declaration.
This commit is contained in:
Andrew Cagney 2003-10-21 21:29:55 +00:00
parent ee3073b541
commit caa92b7339
2 changed files with 4 additions and 2 deletions

View 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

View 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 **);