Update continuity to use sysx branch
Pulls in changes for copy file range Signed-off-by: Derek McGowan <derek@mcgstyle.net> (github: dmcgowan)
This commit is contained in:
parent
245495d54e
commit
bb9f6b568d
8 changed files with 92 additions and 2 deletions
7
vendor/github.com/stevvooe/continuity/sysx/sysnum_linux_386.go
generated
vendored
Normal file
7
vendor/github.com/stevvooe/continuity/sysx/sysnum_linux_386.go
generated
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
package sysx
|
||||
|
||||
const (
|
||||
// SYS_COPYFILERANGE defined in Kernel 4.5+
|
||||
// Number defined in /usr/include/asm/unistd_32.h
|
||||
SYS_COPY_FILE_RANGE = 377
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue