]> granicus.if.org Git - strace/commitdiff
.
authorRoland McGrath <roland@redhat.com>
Wed, 11 Jul 2007 09:04:26 +0000 (09:04 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 11 Jul 2007 09:04:26 +0000 (09:04 +0000)
ChangeLog

index dab31d5bf0bde70f8e8b6bdad3b2fdae8b83967f..323390ac9a2c64dac58167ad5570c4890bf8a9b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2007-07-11  Roland McGrath  <roland@redhat.com>
 
+       * 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 <laijs@cn.fujitsu.com>.
+
        * strace.c (handle_group_exit): Detach TCP before LEADER.
        Don't use PTRACE_KILL on LEADER.