X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=gdb%2Fsigname.h;h=0010796e8f5b3ff4f4f7e3b692f3405333ff9c2f;hb=407a8389b40fa7af08cae8f1eb347c67cc2436ad;hp=caa1bba35b3a28ec8a10ec677fc58c15198391c7;hpb=d7eddc517782bf0673e4bcd15c4159ae5799a247;p=deliverable%2Fbinutils-gdb.git diff --git a/gdb/signame.h b/gdb/signame.h index caa1bba35b..0010796e8f 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) */