]> Cypherpunks repositories - gostls13.git/commit
runtime: use memmove rather than memcopy in mgc0.c
authorIan Lance Taylor <iant@golang.org>
Tue, 5 Aug 2014 03:40:44 +0000 (20:40 -0700)
committerIan Lance Taylor <iant@golang.org>
Tue, 5 Aug 2014 03:40:44 +0000 (20:40 -0700)
commitab5d105ba99e72a4f04c80df3c81725fa18527c7
tree98b01adc07acc17762e3d82db819d1a4727f03dd
parentae55858e049179539479c325965407b4b6ebb2ec
runtime: use memmove rather than memcopy in mgc0.c

For consistency with other code, as that was the only use of
memcopy outside of alg.goc.

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/122030044
src/pkg/runtime/mgc0.c