mirror of https://github.com/golang/go.git
ld: make addaddrplus4 static
R=golang-dev CC=golang-dev, rsc https://golang.org/cl/4835043
This commit is contained in:
parent
a5d7c1f45e
commit
93ecb5bb1b
|
|
@ -687,7 +687,7 @@ addaddrplus(Sym *s, Sym *t, int32 add)
|
|||
return i;
|
||||
}
|
||||
|
||||
vlong
|
||||
static vlong
|
||||
addaddrplus4(Sym *s, Sym *t, int32 add)
|
||||
{
|
||||
vlong i;
|
||||
|
|
|
|||
Loading…
Reference in New Issue