aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorWilly Tarreau <[email protected]>2023-01-10 08:24:16 +0100
committerPaul E. McKenney <[email protected]>2023-01-10 13:33:55 -0800
commitd5b48f958b36e38ee1a9bebb522bdd86114c34ae (patch)
treeca114ed1f27db739cc5fbb68fdc9e3756e313e4c /tools/perf/scripts/python
parent5a51b6de5968885347e559d0dac8307a38005806 (diff)
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 <[email protected]> Signed-off-by: Paul E. McKenney <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions