commit | 00e99a49f6f3a6b5a84ba8bf8f632c9b974bea7a | [log] [tgz] |
---|---|---|
author | Thomas Renninger <trenn@suse.de> | Fri Jan 21 15:30:09 2011 +0100 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Jan 22 19:53:00 2011 -0200 |
tree | a2722493df97b28d7dc3d582b78a7c60b92c9ee8 | |
parent | 065bef5af620dcedeb6dc26fdc0b1739a3c9adef [diff] |
perf tools: Fix time function double declaration with glibc It's enough to include the local "debug.h" file to trigger it. man time reveals this is already declared in glibc: time - get time in seconds -> rename the variable. Cc: Ingo Molnar <mingo@elte.hu> Cc: arjan@infradead.org LPU-Reference: <1295620209-13859-2-git-send-email-trenn@suse.de> Signed-off-by: Thomas Renninger <trenn@suse.de> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>