Skip to content
Commit 93aaa45a authored by Liming Wang's avatar Liming Wang Committed by Ingo Molnar
Browse files

perf tools: Replace %m with %a in sscanf



Not all glibc support %m and it results in a compile error if
%m not supported. Replace it with %a and (float *) casts.

Signed-off-by: default avatarLiming Wang <liming.wang@windriver.com>
Acked-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
Cc: peterz@infradead.org
Cc: mhiramat@redhat.com
LKML-Reference: <1259743374-9950-1-git-send-email-liming.wang@windriver.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 1cedae72
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment