diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2020-11-04 21:03:05 +1100 |
---|---|---|
committer | Shuah Khan <skhan@linuxfoundation.org> | 2020-11-10 14:42:04 -0700 |
commit | 1c49e3783f8899555190a49024ac86d3d76633cd (patch) | |
tree | d65b2f5d54d5f662a2425f3090c09ceb320f15ef /tools/perf/scripts/python/bin/export-to-postgresql-report | |
parent | fc4a3a1bf9ad799181e4d4ec9c2598c0405bc27d (diff) |
selftests/memfd: Fix implicit declaration warnings
The memfd tests emit several warnings:
fuse_test.c:261:7: warning: implicit declaration of function 'open'
fuse_test.c:67:6: warning: implicit declaration of function 'fcntl'
memfd_test.c:397:6: warning: implicit declaration of function 'fallocate'
memfd_test.c:64:7: warning: implicit declaration of function 'open'
memfd_test.c:90:6: warning: implicit declaration of function 'fcntl'
These are all caused by the test not including fcntl.h.
Instead of including linux/fcntl.h, include fcntl.h, which should
eventually cause the former to be included as well.
Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/bin/export-to-postgresql-report')
0 files changed, 0 insertions, 0 deletions