mirror of
https://github.com/systemd/systemd.git
synced 2026-07-11 18:13:31 +00:00
safe_close_pair() is more like safe_close(), except that it handles pairs of fds, and doesn't make and misleading allusion, as it works similarly well for socketpairs() as for pipe()s...