diff options
Diffstat (limited to 'gdb/config/vax')
-rw-r--r-- | gdb/config/vax/xm-vaxult.h | 2 | ||||
-rw-r--r-- | gdb/config/vax/xm-vaxult2.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/gdb/config/vax/xm-vaxult.h b/gdb/config/vax/xm-vaxult.h index 5b9020a..576a44f 100644 --- a/gdb/config/vax/xm-vaxult.h +++ b/gdb/config/vax/xm-vaxult.h @@ -1,8 +1,6 @@ /* Definitions to make GDB run on a vax under Ultrix. */ #include "vax/xm-vax.h" -extern char *strdup (); - /* This is required for Ultrix 3.1b, not for later versions. Ultrix 3.1b can't just use xm-vaxult2.h because Ultrix 3.1b does define FD_SET. Sure, we could have separate configurations for vaxult2, diff --git a/gdb/config/vax/xm-vaxult2.h b/gdb/config/vax/xm-vaxult2.h index 3d039ce..a466698 100644 --- a/gdb/config/vax/xm-vaxult2.h +++ b/gdb/config/vax/xm-vaxult2.h @@ -1,8 +1,6 @@ /* Definitions to make GDB run on a vax under Ultrix. */ #include "vax/xm-vax.h" -extern char *strdup (); - #define NO_PTRACE_H /* Old versions of ultrix have fd_set but not the FD_* macros. */ |