aboutsummaryrefslogtreecommitdiff
path: root/gdb/signame.h
diff options
context:
space:
mode:
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) */