diff options
author | Zhangjin Wu <falcon@tinylab.org> | 2023-07-07 22:59:53 +0800 |
---|---|---|
committer | Willy Tarreau <w@1wt.eu> | 2023-08-23 04:38:02 +0200 |
commit | 4201cfce15fe35d9d90ae870aba12eb84c0452ab (patch) | |
tree | 8d9c6002c59fe60e94d0d3f27c40745310144ab0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 924e9539aeaa89e93268b4a39bac356e4355ab78 (diff) |
tools/nolibc: clean up sbrk() routine
Fix up the error reported by scripts/checkpatch.pl:
ERROR: do not use assignment in if condition
#95: FILE: tools/include/nolibc/sys.h:95:
+ if ((ret = sys_brk(0)) && (sys_brk(ret + inc) == ret + inc))
Apply the new generic __sysret() to merge the SET_ERRNO() and return
lines.
Signed-off-by: Zhangjin Wu <falcon@tinylab.org>
Signed-off-by: Willy Tarreau <w@1wt.eu>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions