commit | 974358954bb4d02f713d29fa5f5f25affe52a158 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Apr 27 10:50:00 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Apr 27 10:52:21 2022 +0200 |
tree | 71afbdbdc862bf984bbfe9406d77b979323893fc | |
parent | 77b3db0fbd3fcc2f589d3e9e4c39097b8831a581 [diff] |
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.