mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
internal: linux: add package doc-comment
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>
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
// Package linux provides minimal wrappers around Linux system calls, primarily
|
||||
// to provide support for automatic EINTR-retries.
|
||||
package linux
|
||||
Reference in New Issue
Block a user