From f66704a937db50bbd78acc5c29f569b4c8e35d19 Mon Sep 17 00:00:00 2001 From: Zack Weinberg Date: Sun, 18 Mar 2018 17:01:06 -0400 Subject: WIP finer-grained, more aggressive local PLT call check --- stdio-common/psiginfo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdio-common/psiginfo.c') diff --git a/stdio-common/psiginfo.c b/stdio-common/psiginfo.c index 8f6c53aeb4..fc5a67453e 100644 --- a/stdio-common/psiginfo.c +++ b/stdio-common/psiginfo.c @@ -92,14 +92,14 @@ psiginfo (const siginfo_t *pinfo, const char *s) if (pinfo->si_signo - SIGRTMIN < SIGRTMAX - pinfo->si_signo) { if (pinfo->si_signo == SIGRTMIN) - fprintf (fp, "SIGRTMIN ("); + fputs ("SIGRTMIN (", fp); else fprintf (fp, "SIGRTMIN+%d (", pinfo->si_signo - SIGRTMIN); } else { if (pinfo->si_signo == SIGRTMAX) - fprintf (fp, "SIGRTMAX ("); + fputs ("SIGRTMAX (", fp); else fprintf (fp, "SIGRTMAX-%d (", SIGRTMAX - pinfo->si_signo); } -- cgit v1.2.3-70-g09d2