Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Follow-up from a similar change for cgroup1 package here. Since Go 1.15 the stdlib automatically retries IO on EINTR, and since this package uses things from go 1.16, all consumers of this pkg should be on > 1.15 making any manual retries on EINTR unnecessary. Signed-off-by: Danny Canter <danny@dcantah.dev>
- Loading branch information