]> Cypherpunks repositories - gostls13.git/commit
runtime: renamed os2_linux.go to os2_linux_generic.go, added mips64 support
authorYao Zhang <lunaria21@gmail.com>
Thu, 24 Sep 2015 12:50:13 +0000 (08:50 -0400)
committerMinux Ma <minux@golang.org>
Thu, 12 Nov 2015 04:48:43 +0000 (04:48 +0000)
commit624f84536d52b13066c268c83e1b84c088d29471
treef9a182e37a73f6a5c959d743afd4636f173c9c77
parente0053f8b1c2c90da483ba228fbf671c12063266d
runtime: renamed os2_linux.go to os2_linux_generic.go, added mips64 support

Linux/mips64 has a different sigset type and some different constants.
os2_linux.go is renamed to os2_linux_generic.go, and not used in mips64.
The corresponding file os2_linux_mips64x.go is added.

Change-Id: Ief83845a2779f7fe048d236d3c7da52b627ab533
Reviewed-on: https://go-review.googlesource.com/14992
Reviewed-by: Minux Ma <minux@golang.org>
src/runtime/os2_linux_generic.go [moved from src/runtime/os2_linux.go with 90% similarity]
src/runtime/os2_linux_mips64x.go [new file with mode: 0644]