summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorWilly Tarreau <w@1wt.eu>2023-01-10 10:24:16 +0300
committerPaul E. McKenney <paulmck@kernel.org>2023-01-11 00:33:55 +0300
commitd5b48f958b36e38ee1a9bebb522bdd86114c34ae (patch)
treeca114ed1f27db739cc5fbb68fdc9e3756e313e4c /tools/perf/scripts/python/export-to-sqlite.py
parent5a51b6de5968885347e559d0dac8307a38005806 (diff)
downloadlinux-d5b48f958b36e38ee1a9bebb522bdd86114c34ae.tar.xz
tools/nolibc: remove local definitions of O_* flags for open/fcntl
The historic nolibc code did not include asm/fcntl.h and had to define the various O_RDWR etc macros in each arch-specific file (since such values differ between certain archs). This was found at least once to induce bugs due to wrong definitions. Let's get rid of all of them and include asm/nolibc.h from sys.h instead. This was verified to work properly on all supported architectures. Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Paul E. McKenney <paulmck@kernel.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions