]> Cypherpunks repositories - gostls13.git/commit
net: use and assert correct res state size at compile time when cgo available on...
authorMateusz Poliwczak <mpoliwczak34@gmail.com>
Thu, 11 May 2023 08:21:21 +0000 (08:21 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 16 May 2023 16:01:08 +0000 (16:01 +0000)
commit5534f04498cfa71a69a78b9065e7f9138b48f05f
treebeef615463126194da0c63951f20e7253701b20b
parent04e2472895e7021f632cf76a89872a011c519cef
net: use and assert correct res state size at compile time when cgo available on darwin

Change-Id: I961bb18604dd1568ea21431545f43aa6a417b3d9
GitHub-Last-Rev: 735f3364a4f2182f3e3e1b84f39a042e86987967
GitHub-Pull-Request: golang/go#60046
Reviewed-on: https://go-review.googlesource.com/c/go/+/493415
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Mateusz Poliwczak <mpoliwczak34@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/internal/syscall/unix/net_darwin.go
src/net/cgo_unix_cgo_darwin.go [new file with mode: 0644]