mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
0007833a45
This is necessary for the pre-1.4 backports because internal/linux was not present and the linters get angry when a new package without a doc comment gets added. Signed-off-by: Aleksa Sarai <cyphar@cyphar.com>
4 lines
145 B
Go
4 lines
145 B
Go
// Package linux provides minimal wrappers around Linux system calls, primarily
|
|
// to provide support for automatic EINTR-retries.
|
|
package linux
|