]> git.kaiwu.me - haproxy.git/commit
BUILD: fd: disguise the fd_set_nonblock/cloexec result
authorWilly Tarreau <w@1wt.eu>
Wed, 27 Apr 2022 08:50:00 +0000 (10:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 27 Apr 2022 08:52:21 +0000 (10:52 +0200)
commit974358954bb4d02f713d29fa5f5f25affe52a158
tree71afbdbdc862bf984bbfe9406d77b979323893fc
parent77b3db0fbd3fcc2f589d3e9e4c39097b8831a581
BUILD: fd: disguise the fd_set_nonblock/cloexec result

We thought that we could get rid of some DISGUISE() with commit a80e4a354
("MINOR: fd: add functions to set O_NONBLOCK and FD_CLOEXEC") thanks to
the calls being in a function but that was without counting on Coverity.
Let's put it directly in the function since most if not all callers don't
care about this result.
src/fd.c