]> Cypherpunks repositories - gostls13.git/commit
syscall: export Fsid.X__val on s390x
authorMichael Munday <munday@ca.ibm.com>
Fri, 30 Sep 2016 15:12:01 +0000 (11:12 -0400)
committerMichael Munday <munday@ca.ibm.com>
Fri, 13 Jan 2017 19:31:47 +0000 (19:31 +0000)
commit0642b8a2f1837901f31066b679173e89325b6be3
tree84644cbfb164c3cf636bc987b7de89304063c18a
parent4601eae6baed9c4bc6e38f035d1b6a20bb7ebbf7
syscall: export Fsid.X__val on s390x

mkpost.go replaces all variables prefixed with 'X_' with '_' on s390x
because most of them do not need to be exposed. X__val is being used
by a third party library so it turns out we do need to expose it on
s390x (it is already exposed on all other Linux architectures).

Fixes #17298 and updates #18632.

Change-Id: Ic03463229a5f75ca41a4a4b50300da4b4d892d45
Reviewed-on: https://go-review.googlesource.com/30130
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/mkpost.go
src/syscall/ztypes_linux_s390x.go