mirror of
https://github.com/golang/go
synced 2024-11-21 15:44:44 -07:00
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
This commit is contained in:
parent
8a70b50b1f
commit
39e004b69e
@ -8,3 +8,9 @@ pkg syscall (freebsd-amd64), func Fchflags(string, int) error
|
|||||||
pkg testing, func RegisterCover(Cover)
|
pkg testing, func RegisterCover(Cover)
|
||||||
pkg text/template/parse, type DotNode bool
|
pkg text/template/parse, type DotNode bool
|
||||||
pkg text/template/parse, type Node interface { Copy, String, Type }
|
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
|
||||||
|
48653
api/go1.1.txt
48653
api/go1.1.txt
File diff suppressed because it is too large
Load Diff
536
api/next.txt
536
api/next.txt
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user