]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.9] runtime: use MAP_ANON in sigstack check
authorAustin Clements <austin@google.com>
Fri, 1 Dec 2017 21:21:03 +0000 (16:21 -0500)
committerAndrew Bonventre <andybons@golang.org>
Mon, 22 Jan 2018 20:25:10 +0000 (20:25 +0000)
commit75c7c40d2999c1328f4cbf033c3f37f5ee8bb11e
treecedfa4be06cb27c518761b59dfdd06ff0d487471
parentf4870b7758e08615be2bdb448ae460658175e2dd
[release-branch.go1.9] runtime: use MAP_ANON in sigstack check

MAP_ANON is the deprecated but more portable spelling of
MAP_ANONYMOUS. Use MAP_ANON to un-break the Darwin 10.10 builder.

Updates #22930.

Change-Id: Iedd6232b94390b3b2a7423c45cdcb25c1a5b3323
Reviewed-on: https://go-review.googlesource.com/88316
Run-TryBot: Andrew Bonventre <andybons@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/testdata/testprogcgo/sigstack.go