mirror of
https://github.com/golang/go
synced 2024-11-12 10:30:23 -07:00
runtime/internal/sys: regenerate zgoos_*.go files
zgoos_aix.go is missing GoosJs, the order of GoosAndroid and GoosAix is mixed up in all files and GoosHurd was added after CL 146023 introduced GOOS=hurd. Change-Id: I7e2f5a15645272e9020cfca86e44c364fc072a2b Reviewed-on: https://go-review.googlesource.com/c/147397 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
efd229238a
commit
817f567fa8
@ -6,11 +6,13 @@ package sys
|
||||
|
||||
const GOOS = `aix`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 1
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
const GoosNetbsd = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `android`
|
||||
|
||||
const GoosAndroid = 1
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 1
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `darwin`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 1
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `dragonfly`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 1
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `freebsd`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 1
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
23
src/runtime/internal/sys/zgoos_hurd.go
Normal file
23
src/runtime/internal/sys/zgoos_hurd.go
Normal file
@ -0,0 +1,23 @@
|
||||
// Code generated by gengoos.go using 'go generate'. DO NOT EDIT.
|
||||
|
||||
// +build hurd
|
||||
|
||||
package sys
|
||||
|
||||
const GOOS = `hurd`
|
||||
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 1
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
const GoosNetbsd = 0
|
||||
const GoosOpenbsd = 0
|
||||
const GoosPlan9 = 0
|
||||
const GoosSolaris = 0
|
||||
const GoosWindows = 0
|
||||
const GoosZos = 0
|
@ -6,10 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `js`
|
||||
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 1
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -7,11 +7,12 @@ package sys
|
||||
|
||||
const GOOS = `linux`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 1
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `nacl`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 1
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `netbsd`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `openbsd`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `plan9`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `solaris`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `windows`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
@ -6,11 +6,12 @@ package sys
|
||||
|
||||
const GOOS = `zos`
|
||||
|
||||
const GoosAndroid = 0
|
||||
const GoosAix = 0
|
||||
const GoosAndroid = 0
|
||||
const GoosDarwin = 0
|
||||
const GoosDragonfly = 0
|
||||
const GoosFreebsd = 0
|
||||
const GoosHurd = 0
|
||||
const GoosJs = 0
|
||||
const GoosLinux = 0
|
||||
const GoosNacl = 0
|
||||
|
Loading…
Reference in New Issue
Block a user