]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Fix getrusage() related build failure on glibc trunk
authorMarkus Trippelsdorf <markus@trippelsdorf.de>
Wed, 4 Apr 2012 08:45:27 +0000 (10:45 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 4 Apr 2012 09:59:00 +0000 (11:59 +0200)
commitd2b8bdfc8b2ded77b5b960804c44680aa9c65880
tree937cf80df31a6fe5a8f233bf30242447e3e57a56
parentd2f6ffc4d3fd94737f29b319216983db34e43fea
perf tools: Fix getrusage() related build failure on glibc trunk

On a system running glibc trunk perf doesn't build:

    CC builtin-sched.o
builtin-sched.c: In function ‘get_cpu_usage_nsec_parent’: builtin-sched.c:399:16: error: storage size of ‘ru’ isn’t known builtin-sched.c:403:2: error: implicit declaration of function ‘getrusage’ [-Werror=implicit-function-declaration]
    [...]

Fix it by including sys/resource.h.

Signed-off-by: Markus Trippelsdorf <markus@trippelsdorf.de>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/20120404084527.GA294@x4
Signed-off-by: Ingo Molnar <mingo@kernel.org>
tools/perf/builtin-sched.c