aboutsummaryrefslogtreecommitdiff
path: root/api/except.txt
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2013-09-06 12:01:18 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2013-09-06 12:01:18 -0700
commit39e004b69eba1b56c03e488d0002eb6a75598fc5 (patch)
tree348b6f33bccdc0a3d014efa8a16d00948cadf72e /api/except.txt
parent8a70b50b1f486319a3e6c1707d49bd90192f32d8 (diff)
downloadgo-39e004b69eba1b56c03e488d0002eb6a75598fc5.tar.xz
api: update go1.1, except and next.txt with constant values
O_SYNC changes only on linux-arm (and linux-arm-cgo), but changes to match O_SYNC on linux-{386,amd64} and what Linux upstream now uses. See discussion and links on https://golang.org/cl/13261050/ R=golang-dev, r CC=golang-dev https://golang.org/cl/13575045
Diffstat (limited to 'api/except.txt')
-rw-r--r--api/except.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index 11e60a02c9..92a52789d0 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -8,3 +8,9 @@ pkg syscall (freebsd-amd64), func Fchflags(string, int) error
pkg testing, func RegisterCover(Cover)
pkg text/template/parse, type DotNode bool
pkg text/template/parse, type Node interface { Copy, String, Type }
+pkg os (linux-arm), const O_SYNC = 4096
+pkg os (linux-arm-cgo), const O_SYNC = 4096
+pkg syscall (darwin-386), const ImplementsGetwd = false
+pkg syscall (darwin-386-cgo), const ImplementsGetwd = false
+pkg syscall (darwin-amd64), const ImplementsGetwd = false
+pkg syscall (darwin-amd64-cgo), const ImplementsGetwd = false