summaryrefslogtreecommitdiff
path: root/gdb/defs.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2000-06-04 01:58:49 +0000
committerAndrew Cagney <cagney@redhat.com>2000-06-04 01:58:49 +0000
commit8e6a3c35b9c93dbff0ead9659581e7b75c3e31be (patch)
tree53595a6a8dd256fac35bc9278d111afcae5d231d /gdb/defs.h
parent507f3c78fb4a1235b731350d60f1bf0ce94b4175 (diff)
downloadbinutils-gdb-8e6a3c35b9c93dbff0ead9659581e7b75c3e31be.tar.gz
Eliminate safe_strsignal().
Diffstat (limited to 'gdb/defs.h')
-rw-r--r--gdb/defs.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 79ebd0c114a..e918271fbd1 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -56,9 +56,6 @@
#include "libiberty.h"
-/* libiberty.h can't declare this one, but evidently we can. */
-extern char *strsignal (int);
-
#include "progress.h"
#ifdef USE_MMALLOC
@@ -293,8 +290,6 @@ extern int subset_compare (char *, char *);
extern char *safe_strerror (int);
-extern char *safe_strsignal (int);
-
extern void init_malloc (void *);
extern void request_quit (int);