aboutsummaryrefslogtreecommitdiff
path: root/gdb/signame.h
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-03-05 20:20:27 +0000
committerStu Grossman <grossman@cygnus>1992-03-05 20:20:27 +0000
commit407a8389b40fa7af08cae8f1eb347c67cc2436ad (patch)
tree406cb28847fadd93989dfe892e36c65eb1dc65de /gdb/signame.h
parentd7eddc517782bf0673e4bcd15c4159ae5799a247 (diff)
downloadgdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.zip
gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.tar.gz
gdb-407a8389b40fa7af08cae8f1eb347c67cc2436ad.tar.bz2
* config.sub configure.in config/.Sanitize config/mh-irix4
gdb/.Sanitize gdb/configure.in gdb/mips-tdep.c gdb/mipsread.c gdb/procfs.c gdb/signame.h gdb/tm-irix3.h gdb/tm-mips.h gdb/xm-irix4.h gdb/config/.Sanitize gdb/config/mt-irix3 gdb/config/mh-irix4 texinfo/configure.in: Port to SGI Irix-4.x.
Diffstat (limited to 'gdb/signame.h')
-rwxr-xr-xgdb/signame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/signame.h b/gdb/signame.h
index caa1bba..0010796 100755
--- a/gdb/signame.h
+++ b/gdb/signame.h
@@ -34,10 +34,12 @@ sig_abbrev PARAMS ((int));
extern int
sig_number PARAMS ((const char *));
+#ifndef PSIGNAL_IN_SIGNAL_H
/* Print to standard error the name of SIGNAL, preceded by MESSAGE and
a colon, and followed by a newline. */
extern void
psignal PARAMS ((unsigned, const char *));
+#endif
#endif /* !defined (SIGNAME_H) */