git-lfs/vendor/golang.org/x
Tobias Klauser ff97759057 tools: use IoctlFileClone from golang.org/x/sys/unix
Use the IoctlFileClone ioctl wrapper provided by golang.org/x/sys/unix
instead of locally implementing it. This also fixes the ioctl on
GOARCHes where the value of FICLONE is different from the currently used
ioctlFiClone value (e.g. mips64/mips64le and ppc64/ppc64le).

This PR also bumps the version of golang.org/x/sys to get
IoctlFileClone and updates its vendored version by running
`go get golang.org/x/sys@latest && go mod tidy && go mod vendor`.
2020-09-23 16:06:45 +02:00
..
crypto go.mod: add SPNEGO modules 2019-12-09 15:35:53 +00:00
net Vendor the Go httpproxy module 2020-01-07 15:43:42 +00:00
sync go.mod: add semaphore package 2019-01-15 18:53:09 +00:00
sys tools: use IoctlFileClone from golang.org/x/sys/unix 2020-09-23 16:06:45 +02:00
text Fix vendoring for Go 1.13 2019-09-11 18:23:56 +00:00