From: Thomas Renninger Date: Fri, 21 Jan 2011 14:30:09 +0000 (+0100) Subject: perf tools: Fix time function double declaration with glibc X-Git-Tag: v2.6.38-rc3~68^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=00e99a49f6f3a6b5a84ba8bf8f632c9b974bea7a;p=pandora-kernel.git 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 Cc: arjan@infradead.org LPU-Reference: <1295620209-13859-2-git-send-email-trenn@suse.de> Signed-off-by: Thomas Renninger Signed-off-by: Arnaldo Carvalho de Melo --- Reading git-diff-tree failed