From: Denys Vlasenko Date: Tue, 19 Feb 2013 15:59:26 +0000 (+0100) Subject: Improve comment text. No code changes X-Git-Tag: v4.8~136 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30c03230a8a5ba41d183279dcd6d0668940267db;p=strace Improve comment text. No code changes Signed-off-by: Denys Vlasenko --- diff --git a/syscall.c b/syscall.c index 5c0d5808..a1e33e1a 100644 --- a/syscall.c +++ b/syscall.c @@ -2464,8 +2464,9 @@ trace_syscall_exiting(struct tcb *tcp) /* pause(), rt_sigsuspend() etc use this code. * SA_RESTART is ignored (assumed not set): * syscall won't restart (will return EINTR instead) - * even after signal with SA_RESTART set. - * However, after SIG_IGN or SIG_DFL signal it will. + * even after signal with SA_RESTART set. However, + * after SIG_IGN or SIG_DFL signal it will restart + * (thus the name "restart only if has no handler"). */ tprints("= ? ERESTARTNOHAND (Interrupted by signal)"); break;