diff options
author | Andrii Nakryiko <[email protected]> | 2019-10-10 20:29:01 -0700 |
---|---|---|
committer | Daniel Borkmann <[email protected]> | 2019-10-11 23:11:55 +0200 |
commit | e78dcbf414545b53218dab0fb5af5d6b61513eaf (patch) | |
tree | 8ff553578ad3fd12d931273d5f24b72e2f9a5228 /tools/perf/scripts/python/export-to-sqlite.py | |
parent | 409017847d2014db8ab1da49dd48182af88344b7 (diff) |
libbpf: Handle invalid typedef emitted by old GCC
Old GCC versions are producing invalid typedef for __gnuc_va_list
pointing to void. Special-case this and emit valid:
typedef __builtin_va_list __gnuc_va_list;
Reported-by: John Fastabend <[email protected]>
Signed-off-by: Andrii Nakryiko <[email protected]>
Signed-off-by: Daniel Borkmann <[email protected]>
Acked-by: Martin KaFai Lau <[email protected]>
Acked-by: John Fastabend <[email protected]>
Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions