]> Cypherpunks repositories - gostls13.git/commit
syscall: rename ztypes_windows* to types_windows*
authorTobias Klauser <tklauser@distanz.ch>
Thu, 2 Nov 2017 09:39:45 +0000 (10:39 +0100)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 2 Nov 2017 17:09:08 +0000 (17:09 +0000)
commite4468c99b004bc15936727a79dd36621b65c58f9
treee37748914493af41e98994d2bf7777a0f89aa509
parent8d9bb1e1ccd767f1ffddab7952c0981c8af904bf
syscall: rename ztypes_windows* to types_windows*

The ztypes_windows* file names indicate that these are auto-generated
but they aren't. Rename them to types_windows* to avoid this confusion.

This follows CL 52950 which did the same for golang.org/x/sys.

Change-Id: Ia557ec5d4bcfb6bae20e34e71b5f3f190285794f
Reviewed-on: https://go-review.googlesource.com/75390
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/syscall/types_windows.go [moved from src/syscall/ztypes_windows.go with 100% similarity]
src/syscall/types_windows_386.go [moved from src/syscall/ztypes_windows_386.go with 100% similarity]
src/syscall/types_windows_amd64.go [moved from src/syscall/ztypes_windows_amd64.go with 100% similarity]