bb9f6b568d
Pulls in changes for copy file range Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
7 lines
147 B
Go
7 lines
147 B
Go
package sysx
|
|
|
|
const (
|
|
// SYS_COPYFILERANGE defined in Kernel 4.5+
|
|
// Number defined in /usr/include/asm/unistd_32.h
|
|
SYS_COPY_FILE_RANGE = 377
|
|
)
|