mirror of
https://github.com/docker/cli.git
synced 2026-01-26 15:41:42 +03:00
removes the stevvooe/continuity dependency, which has moved to containerd/continuity. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
8 lines
147 B
Go
8 lines
147 B
Go
package sysx
|
|
|
|
const (
|
|
// SYS_COPYFILERANGE defined in Kernel 4.5+
|
|
// Number defined in /usr/include/asm/unistd_64.h
|
|
SYS_COPY_FILE_RANGE = 379
|
|
)
|