]> Cypherpunks repositories - gostls13.git/commit
os: consolidate os{1,2}_*.go files
authorBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Apr 2016 04:38:00 +0000 (04:38 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Wed, 6 Apr 2016 05:04:47 +0000 (05:04 +0000)
commit8455f3a3d5f2879e8574882978e7646db1ebabb5
treef66c9a1f05e23067c3488230271a7f3ec2ff0b44
parentfd2bb1e30ae2f489e05ec022a8457a680663c27d
os: consolidate os{1,2}_*.go files

Change-Id: I463ca59f486b2842f67f151a55f530ee10663830
Reviewed-on: https://go-review.googlesource.com/21568
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Dave Cheney <dave@cheney.net>
Reviewed-by: Minux Ma <minux@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
13 files changed:
src/runtime/os1_dragonfly.go [deleted file]
src/runtime/os1_linux_generic.go [deleted file]
src/runtime/os1_linux_mips64x.go [deleted file]
src/runtime/os1_netbsd.go [deleted file]
src/runtime/os2_dragonfly.go [deleted file]
src/runtime/os2_linux_mips64x.go [deleted file]
src/runtime/os2_netbsd.go [deleted file]
src/runtime/os_dragonfly.go
src/runtime/os_linux_generic.go [moved from src/runtime/os2_linux_generic.go with 63% similarity]
src/runtime/os_linux_mips64x.go
src/runtime/os_netbsd.go
src/runtime/os_netbsd_386.go [moved from src/runtime/os1_netbsd_386.go with 100% similarity]
src/runtime/os_netbsd_amd64.go [moved from src/runtime/os1_netbsd_amd64.go with 100% similarity]