From: Roland McGrath Date: Sat, 4 Sep 2004 04:20:49 +0000 (+0000) Subject: . X-Git-Tag: v4.5.18~514 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce36138bcb3824c73586fe39298c73bd9385c5e7;p=strace . --- diff --git a/ChangeLog b/ChangeLog index 4fbeb963..e4b03a75 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ 2004-09-03 Roland McGrath + * syscall.c (qual_options): Add const to defn. + Update all uses. + (call_count, error_count, tv_count): Variables removed. + (struct call_counts, counts): New type and variable. + Update all users of the old three to use the new array of structs. + (trace_syscall): Allocate counts on first use. + (sorted_count): Variable removed. + (call_summary): Allocate locally. + * syscall.c (sysent0, sysent1, sysent2, sysent): Add const to defn. (nsyscalls0, nsyscalls1, nsyscalls2): Likewise. (errnoent0, errnoent1, errnoent2, errnoent): Likewise.