aboutsummaryrefslogtreecommitdiff
path: root/api/go1.9.txt
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2017-06-28 23:02:51 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2017-06-29 03:29:46 +0000
commitdc86c9a6afa8b5b998dfa6621d1566d1296f2bf4 (patch)
treea7b122c28c1225de40dd371b96c82250b737de0a /api/go1.9.txt
parent306c540a28a31b38709eaee57b74ac109dec83a6 (diff)
downloadgo-dc86c9a6afa8b5b998dfa6621d1566d1296f2bf4.tar.gz
go-dc86c9a6afa8b5b998dfa6621d1566d1296f2bf4.zip
doc, api: add syscall.SysProcAttr.AmbientCaps change to 1.9 notes, API
Updates #20587 Change-Id: I08377281270631ee08cd05ba835aa698ca23fa56 Reviewed-on: https://go-review.googlesource.com/47092 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'api/go1.9.txt')
-rw-r--r--api/go1.9.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/go1.9.txt b/api/go1.9.txt
index 8fe861b3e8..c23a17ea1a 100644
--- a/api/go1.9.txt
+++ b/api/go1.9.txt
@@ -131,11 +131,17 @@ pkg syscall (freebsd-arm-cgo), type Credential struct, NoSetGroups bool
pkg syscall (freebsd-arm), func Pipe2([]int, int) error
pkg syscall (freebsd-arm), type Credential struct, NoSetGroups bool
pkg syscall (linux-386-cgo), type Credential struct, NoSetGroups bool
+pkg syscall (linux-386-cgo), type SysProcAttr struct, AmbientCaps []uintptr
pkg syscall (linux-386), type Credential struct, NoSetGroups bool
+pkg syscall (linux-386), type SysProcAttr struct, AmbientCaps []uintptr
pkg syscall (linux-amd64-cgo), type Credential struct, NoSetGroups bool
+pkg syscall (linux-amd64-cgo), type SysProcAttr struct, AmbientCaps []uintptr
pkg syscall (linux-amd64), type Credential struct, NoSetGroups bool
+pkg syscall (linux-amd64), type SysProcAttr struct, AmbientCaps []uintptr
pkg syscall (linux-arm-cgo), type Credential struct, NoSetGroups bool
+pkg syscall (linux-arm-cgo), type SysProcAttr struct, AmbientCaps []uintptr
pkg syscall (linux-arm), type Credential struct, NoSetGroups bool
+pkg syscall (linux-arm), type SysProcAttr struct, AmbientCaps []uintptr
pkg syscall (netbsd-386-cgo), type Credential struct, NoSetGroups bool
pkg syscall (netbsd-386), type Credential struct, NoSetGroups bool
pkg syscall (netbsd-amd64-cgo), type Credential struct, NoSetGroups bool