]> git.ipfire.org Git - thirdparty/systemd.git/commit
basic/fd-util: drop report from fd_cloexec_many 33074/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 29 May 2024 10:47:41 +0000 (12:47 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 30 May 2024 10:07:57 +0000 (12:07 +0200)
commit613b698eb45f733645a5a9ba1b497c6c76c7868b
tree5a102b1ff4a5f0b89c4c1fe13856010cfeb28ec3
parent4199866ac5de13ff261b1a490bd77a68510a9d72
basic/fd-util: drop report from fd_cloexec_many

fd_cloexec_many promised to report if work was done, but that code was
not effective, because it always reported true if any fds were open.
But no callers care about the return value, so let's just drop this.
src/basic/fd-util.c