]> git.ipfire.org Git - thirdparty/systemd.git/commit
fd-util: drop close_all_fds_by_proc()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 5 Jan 2026 04:24:42 +0000 (13:24 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 13 Jan 2026 01:21:36 +0000 (10:21 +0900)
commitd58c826c541598060002cfeb608f35ccd2a229e3
tree676ee1575d7e662b27a736fd0fc2008669825829
parentc471cca093509391682fd460a0b2eee2c203704b
fd-util: drop close_all_fds_by_proc()

With the previous commit, now the function is used only on OOM.
In that case, let's do like close_all_fds_without_malloc().
src/basic/fd-util.c
src/basic/fd-util.h
src/test/test-fd-util.c