Skip to content

Commit

Permalink
api: update go1.1, except and next.txt with constant values
Browse files Browse the repository at this point in the history
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
  • Loading branch information
bradfitz committed Sep 6, 2013
1 parent 8a70b50 commit 39e004b
Show file tree
Hide file tree
Showing 3 changed files with 49,193 additions and 2 deletions.
6 changes: 6 additions & 0 deletions api/except.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading

0 comments on commit 39e004b

Please sign in to comment.