diff options
author | Florian Fainelli <florian.fainelli@broadcom.com> | 2025-02-10 23:05:18 +0300 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2025-02-18 09:40:02 +0300 |
commit | 035d3c778709680288b3954ee896043132bc3f8d (patch) | |
tree | 69a03aa66373e406b2d3882a4ef64ae222a19477 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 3219585e894c12cbffd4ac93d3e6783d236f146e (diff) | |
download | linux-035d3c778709680288b3954ee896043132bc3f8d.tar.xz |
tools/mm: fix build warnings with musl-libc
musl-libc warns about the following:
/home/florian/dev/buildroot/output/arm64/rpi4-b/host/aarch64-buildroot-linux-musl/sysroot/usr/include/sys/errno.h:1:2: attention: #warning redirecting incorrect #include <sys/errno.h> to <errno.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/errno.h> to <errno.h>
| ^~~~~~~
/home/florian/dev/buildroot/output/arm64/rpi4-b/host/aarch64-buildroot-linux-musl/sysroot/usr/include/sys/fcntl.h:1:2: attention: #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h> [-Wcpp]
1 | #warning redirecting incorrect #include <sys/fcntl.h> to <fcntl.h>
| ^~~~~~~
include errno.h and fcntl.h directly.
Link: https://lkml.kernel.org/r/20250210200518.1137295-1-florian.fainelli@broadcom.com
Signed-off-by: Florian Fainelli <florian.fainelli@broadcom.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions