mirror of
https://github.com/containerd/containerd.git
synced 2026-07-09 08:08:50 +00:00
We have quite a few pieces of code laying around containerd that all loop and ignore eintr as they make syscalls directly (or use a unix/syscall wrapper) because there's no stdlib equivalent. This adds a small utility to pkg/sys that we can use for all of these spots. Signed-off-by: Danny Canter <danny@dcantah.dev>