aboutsummaryrefslogtreecommitdiff
path: root/api/go1.11.txt
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2018-07-11 23:25:38 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2018-07-12 15:36:15 +0000
commitbecd2a83c7a22c28bb24ac95364171b23a3d27d2 (patch)
tree90a5f90a581a505a3244915ccb6c288209b2d7a4 /api/go1.11.txt
parentc19f86fbfba484695b7785bd7bdcc1a43adbf505 (diff)
downloadgo-becd2a83c7a22c28bb24ac95364171b23a3d27d2.tar.gz
go-becd2a83c7a22c28bb24ac95364171b23a3d27d2.zip
syscall: convert Windows AddrinfoW.Addr from uintptr to syscall.Pointer
API compatibility violation, but it wasn't safe before and people should be using golang.org/x/sys/windows instead. Fixes #24820 Change-Id: I3b43493f56b3116924b9d848a294899279f314fd Reviewed-on: https://go-review.googlesource.com/123455 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Austin Clements <austin@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
Diffstat (limited to 'api/go1.11.txt')
-rw-r--r--api/go1.11.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/api/go1.11.txt b/api/go1.11.txt
index ead2a59e16..b0a7f64c52 100644
--- a/api/go1.11.txt
+++ b/api/go1.11.txt
@@ -529,6 +529,7 @@ pkg syscall (openbsd-amd64-cgo), func Pipe2([]int, int) error
pkg syscall (windows-386), const TOKEN_ADJUST_SESSIONID = 256
pkg syscall (windows-386), const TOKEN_ADJUST_SESSIONID ideal-int
pkg syscall (windows-386), const TOKEN_ALL_ACCESS = 983551
+pkg syscall (windows-386), type AddrinfoW struct, Addr Pointer
pkg syscall (windows-386), type CertChainPolicyPara struct, ExtraPolicyPara Pointer
pkg syscall (windows-386), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer
pkg syscall (windows-386), type CertContext struct, CertInfo *CertInfo
@@ -542,6 +543,7 @@ pkg syscall (windows-386), type Pointer *struct
pkg syscall (windows-amd64), const TOKEN_ADJUST_SESSIONID = 256
pkg syscall (windows-amd64), const TOKEN_ADJUST_SESSIONID ideal-int
pkg syscall (windows-amd64), const TOKEN_ALL_ACCESS = 983551
+pkg syscall (windows-amd64), type AddrinfoW struct, Addr Pointer
pkg syscall (windows-amd64), type CertChainPolicyPara struct, ExtraPolicyPara Pointer
pkg syscall (windows-amd64), type CertChainPolicyStatus struct, ExtraPolicyStatus Pointer
pkg syscall (windows-amd64), type CertContext struct, CertInfo *CertInfo