From: Roland McGrath Date: Wed, 11 Jul 2007 09:04:26 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~185 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a7f34143e30a5ed3778b71284cf8e4c2dba630e7;p=strace . --- diff --git a/ChangeLog b/ChangeLog index dab31d5b..323390ac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2007-07-11 Roland McGrath + * count.c (call_summary_pers): Use tv_float conversion for output of + cumulative time, in case it is negative from bogus -O value. + From Lai JiangShan . + * strace.c (handle_group_exit): Detach TCP before LEADER. Don't use PTRACE_KILL on LEADER.