mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-10 21:53:57 +08:00
70f4e46e68
close_range(2) is far more efficient than a readdir of /proc/self/fd and then doing a syscall for each file descriptor. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>