]> Cypherpunks repositories - gostls13.git/commit
runtime: rename Sigaltstack to SigaltstackT
authorIan Lance Taylor <iant@golang.org>
Fri, 29 Aug 2014 23:11:05 +0000 (16:11 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 29 Aug 2014 23:11:05 +0000 (16:11 -0700)
commit0b9e4723005b88537b6480e51a45e82a358c9129
treec58ef629ccdb8a287d41bf61724ea8746faccba5
parent21967f2c9aa4732ad5f5a0e3a91868716ac9e2e8
runtime: rename Sigaltstack to SigaltstackT

Avoids a conflict between the type and function sigaltstack.

LGTM=crawshaw
R=rsc, crawshaw
CC=golang-codereviews
https://golang.org/cl/138920043
30 files changed:
src/pkg/runtime/defs1_linux.go
src/pkg/runtime/defs2_linux.go
src/pkg/runtime/defs_arm_linux.go
src/pkg/runtime/defs_dragonfly.go
src/pkg/runtime/defs_dragonfly_386.h
src/pkg/runtime/defs_dragonfly_amd64.h
src/pkg/runtime/defs_freebsd.go
src/pkg/runtime/defs_freebsd_386.h
src/pkg/runtime/defs_freebsd_amd64.h
src/pkg/runtime/defs_freebsd_arm.h
src/pkg/runtime/defs_linux_386.h
src/pkg/runtime/defs_linux_amd64.h
src/pkg/runtime/defs_linux_arm.h
src/pkg/runtime/defs_netbsd.go
src/pkg/runtime/defs_netbsd_386.h
src/pkg/runtime/defs_netbsd_amd64.h
src/pkg/runtime/defs_netbsd_arm.h
src/pkg/runtime/defs_openbsd.go
src/pkg/runtime/defs_openbsd_386.h
src/pkg/runtime/defs_openbsd_amd64.h
src/pkg/runtime/defs_solaris.go
src/pkg/runtime/defs_solaris_amd64.h
src/pkg/runtime/os_dragonfly.h
src/pkg/runtime/os_freebsd.h
src/pkg/runtime/os_linux.c
src/pkg/runtime/os_linux.h
src/pkg/runtime/os_netbsd.h
src/pkg/runtime/os_openbsd.h
src/pkg/runtime/os_solaris.c
src/pkg/runtime/os_solaris.h