Re: [PATCH bpf-next] tools/bpf: fix core_reloc.c compilation error

2019-08-07 Thread Alexei Starovoitov
On Wed, Aug 7, 2019 at 5:42 PM Yonghong Song wrote: > > On my local machine, I have the following compilation errors: > = > In file included from prog_tests/core_reloc.c:3:0: > ./progs/core_reloc_types.h:517:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or > ‘__attribute__’ before ‘fancy_char_

[PATCH bpf-next] tools/bpf: fix core_reloc.c compilation error

2019-08-07 Thread Yonghong Song
On my local machine, I have the following compilation errors: = In file included from prog_tests/core_reloc.c:3:0: ./progs/core_reloc_types.h:517:46: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘fancy_char_ptr_t’ typedef const char * const volatile restrict fancy_char_p