]> Cypherpunks repositories - gostls13.git/commit
syscall: correct TCGETS/TCSETS values on ppc64/ppc64le
authorTobias Klauser <tklauser@distanz.ch>
Wed, 27 Sep 2017 12:26:20 +0000 (14:26 +0200)
committerIan Lance Taylor <iant@golang.org>
Wed, 27 Sep 2017 14:53:47 +0000 (14:53 +0000)
commit197f9ba11d4559cbd19350ca652da7881f4b273f
tree7aa99cacba94a4bafb66c16a7156fda003f04a82
parent97590aea672d2fccffc28162eddda19ec04fa328
syscall: correct TCGETS/TCSETS values on ppc64/ppc64le

Correcting values is allowed per the syscall package rules, so update
these constants to their correct value on ppc64/ppc64le. The values now
match the corresponding constants in x/sys/unix.

Update #19560
Fixes #22000

Change-Id: I1d358de345766ec96e15dfcc8911fe2f39fb0ddb
Reviewed-on: https://go-review.googlesource.com/66510
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Lynn Boger <laboger@linux.vnet.ibm.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/ztypes_linux_ppc64.go
src/syscall/ztypes_linux_ppc64le.go