]> Cypherpunks repositories - gostls13.git/commit
syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.pl
authorElias Naur <elias.naur@gmail.com>
Wed, 1 Feb 2017 11:11:54 +0000 (12:11 +0100)
committerElias Naur <elias.naur@gmail.com>
Wed, 1 Feb 2017 22:09:32 +0000 (22:09 +0000)
commit7ef746961cec772635b83553fec6836956387954
treee1f225806d88cfd0aaf897832fdeddba5e3a19d6
parent7d889af26d40a6d81e668c9780086e8c8ef14ceb
syscall: regenerate zsyscall_darwin_arm64.go with mksyscall.pl

Notably, this change fixes the TestTCPReadWriteAllocs test because
the errnoErr wrapper is now used, elimitating the allocation for
common errnos.

The change to Dup is caused by a CL 8095 that changed the Dup* calls
to use Syscall instead of RawSyscall.

Found while working on the new iOS builders.

Change-Id: I44ab9dcad27db190e175aa149865b33944f48674
Reviewed-on: https://go-review.googlesource.com/36061
Reviewed-by: David Crawshaw <crawshaw@golang.org>
Run-TryBot: Elias Naur <elias.naur@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/syscall/zsyscall_darwin_arm64.go