]> Cypherpunks repositories - gostls13.git/commit
runtime: use MAP_ANON in sigstack check
authorAustin Clements <austin@google.com>
Fri, 1 Dec 2017 21:21:03 +0000 (16:21 -0500)
committerAustin Clements <austin@google.com>
Fri, 1 Dec 2017 21:52:02 +0000 (21:52 +0000)
commitce5292a1f2740c0dc51ae62390de9f0e9360a90b
treec697ed4953287c448689d5831d3126ba2cb91856
parent8ba0933a694021fe02adbc80586bd78652f2464c
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/81615
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/testdata/testprogcgo/sigstack.go