]> Cypherpunks repositories - gostls13.git/commit
syscall: 32-bit MIPS splice system call returns int, not int64
authorIan Lance Taylor <iant@golang.org>
Wed, 25 Apr 2018 14:48:03 +0000 (07:48 -0700)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 26 Apr 2018 17:08:53 +0000 (17:08 +0000)
commitd873a6d8720ba6604d6713c37d9d0183eae14393
tree934c7ddb55f4ad8d8cea1d199cf0304ed0c35e57
parent8cd00a5262e7e2af213066ffa1ac9a7dcafcbaed
syscall: 32-bit MIPS splice system call returns int, not int64

Fixes #25106

Change-Id: I315817543b44aa581980828a32ecc224f8c0a44d
Reviewed-on: https://go-review.googlesource.com/109316
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/syscall_linux_mipsx.go
src/syscall/zsyscall_linux_mips.go
src/syscall/zsyscall_linux_mipsle.go