From 8f04e8dbce0b64f2a00ea90e745f21f4cdb87f99 Mon Sep 17 00:00:00 2001 From: varun546 <56030130+varun546@users.noreply.github.com> Date: Tue, 1 Oct 2019 12:42:16 -0400 Subject: [PATCH] Update 10.14.c --- 10.14.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/10.14.c b/10.14.c index 3aa12d6..8871b05 100644 --- a/10.14.c +++ b/10.14.c @@ -12,7 +12,7 @@ static volatile sig_atomic_t canjmp; int main(void) { if (signal(SIGUSR1, sig_usr1) == SIG_ERR) { - printf("signal(SIGUSR1) error\n"); + printf("...signal(SIGUSR1) error...\n"); exit(-1); }