aboutsummaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorJoe Tsai <joetsai@digital-static.net>2018-03-29 18:48:33 -0700
committerBrad Fitzpatrick <bradfitz@golang.org>2018-03-30 03:31:14 +0000
commit5cf3b523080ea35a5148c3dc6c8a701305f1f875 (patch)
treef96184a6a783ef46e673c4251f0f554cd1357482 /api
parentb8620afb8d17a2b884f20535ccbc21b192b75b3a (diff)
downloadgo-5cf3b523080ea35a5148c3dc6c8a701305f1f875.tar.gz
go-5cf3b523080ea35a5148c3dc6c8a701305f1f875.zip
api: add exception for os.ModeType value
The ModeType constant is a bit-wise OR of several other values. It is reasonable for this to change without breaking compatibility. This fixes the failures introduced by https://golang.org/cl/103597 Change-Id: I817e351cf3d1e0115dce665c8efbce21bc36426c Reviewed-on: https://go-review.googlesource.com/103616 Run-TryBot: Joe Tsai <thebrokentoaster@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Josh Bleecher Snyder <josharian@gmail.com> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'api')
-rw-r--r--api/except.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/except.txt b/api/except.txt
index ea4fa0eb9d..b3429fe768 100644
--- a/api/except.txt
+++ b/api/except.txt
@@ -2,6 +2,7 @@ pkg encoding/json, method (*RawMessage) MarshalJSON() ([]uint8, error)
pkg math/big, const MaxBase = 36
pkg math/big, type Word uintptr
pkg net, func ListenUnixgram(string, *UnixAddr) (*UDPConn, error)
+pkg os, const ModeType = 2399141888
pkg os (linux-arm), const O_SYNC = 4096
pkg os (linux-arm-cgo), const O_SYNC = 4096
pkg syscall (darwin-386), const ImplementsGetwd = false