//go:build close_range package container import "hakurei.app/ext" // doCloseOnExec implements ensureCloseOnExec by calling CloseRange with // CLOSE_RANGE_CLOEXEC. func doCloseOnExec() error { return ext.CloseRange(0, ext.MaxUint, ext.CLOSE_RANGE_CLOEXEC) }