diff options
author | Hitoshi Mitake <[email protected]> | 2010-04-04 17:13:18 +0900 |
---|---|---|
committer | Frederic Weisbecker <[email protected]> | 2010-04-04 16:40:42 +0200 |
commit | 8141d0050d76e5695011b5ab577ec66fb51a998c (patch) | |
tree | 9f663a99bea3baa0c6005247494ca3227ba850a9 /tools/perf/scripts/python | |
parent | 3326c1ceee234e63160852720d48be8a8f7a6d08 (diff) |
perf: Swap inclusion order of util.h and string.h in util/string.c
Currently util/string.c includes headers in this order: string.h, util.h
But this causes a build error because __USE_GNU definition
is needed for strndup() definition:
% make -j
touch .perf.dev.null
CC util/string.o
cc1: warnings being treated as errors
util/string.c: In function ‘argv_split’:
util/string.c:171: error: implicit declaration of function ‘strndup’
util/string.c:171: error: incompatible implicit declaration of built-in function ‘strndup’
So this patch swaps the headers inclusion order.
util.h defines _GNU_SOURCE, and /usr/include/features.h defines
__USE_GNU as 1 if _GNU_SOURCE is defined.
Signed-off-by: Hitoshi Mitake <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions