summary refs log tree commit diff
path: root/samples/vfs
diff options
context:
space:
mode:
authorYonghong Song <yhs@fb.com>2019-08-07 17:38:56 -0700
committerAlexei Starovoitov <ast@kernel.org>2019-08-07 18:24:03 -0700
commitb707659213d3c70f2c704ec950df6263b4bffe84 (patch)
tree81b8a6622ccf7e0c99c19a7abe183cd918a3ac18 /samples/vfs
parent726e333fd2e95a14182fcfc1a4fe17725727a115 (diff)
downloadlinux-b707659213d3c70f2c704ec950df6263b4bffe84.tar.gz
tools/bpf: fix core_reloc.c compilation error
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_ptr_t;
                                              ^
  ./progs/core_reloc_types.h:527:2: error: unknown type name ‘fancy_char_ptr_t’
    fancy_char_ptr_t d;
    ^
=====

I am using gcc 4.8.5. Later compilers may change their behavior not emitting the
error. Nevertheless, let us fix the issue. "restrict" can be tested
without typedef.

Fixes: 9654e2ae908e ("selftests/bpf: add CO-RE relocs modifiers/typedef tests")
Cc: Andrii Nakryiko <andriin@fb.com>
Signed-off-by: Yonghong Song <yhs@fb.com>
Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Diffstat (limited to 'samples/vfs')
0 files changed, 0 insertions, 0 deletions