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
9
vendor/github.com/stevvooe/continuity/sysx/copy_linux.go
generated
vendored
Normal file
9
vendor/github.com/stevvooe/continuity/sysx/copy_linux.go
generated
vendored
Normal file
|
@ -0,0 +1,9 @@
|
|||
package sysx
|
||||
|
||||
// These functions will be generated by generate.sh
|
||||
// $ GOOS=linux GOARCH=386 ./generate.sh copy
|
||||
// $ GOOS=linux GOARCH=amd64 ./generate.sh copy
|
||||
// $ GOOS=linux GOARCH=arm ./generate.sh copy
|
||||
// $ GOOS=linux GOARCH=arm64 ./generate.sh copy
|
||||
|
||||
//sys CopyFileRange(fdin uintptr, offin *int64, fdout uintptr, offout *int64, len int, flags int) (n int, err error)
|
Loading…
Add table
Add a link
Reference in a new issue