package sysx

const (
	// SYS_COPYFILERANGE defined in Kernel 4.5+
	// Number defined in /usr/include/asm/unistd_32.h
	SYS_COPY_FILE_RANGE = 377
)