mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 17:06:39 +09: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...