]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: remove map stack version handling for openbsd
authorJoel Sing <joel@sing.id.au>
Mon, 30 Oct 2023 13:25:52 +0000 (00:25 +1100)
committerJoel Sing <joel@sing.id.au>
Thu, 2 Nov 2023 08:05:10 +0000 (08:05 +0000)
commit4e896d179d3ce56170c21cce6564047a0afe80bf
treebdff43dd674c81ef771661ce042e96d2bd6b5704
parent6a7ef3646654cb13e0466aba822b54cb15cb057c
runtime: remove map stack version handling for openbsd

OpenBSD 6.3 is more than five years old and has not been supported for
the last four years (only 7.3 and 7.4 are currently supported). As such,
remove special handling of MAP_STACK for 6.3 and earlier.

Change-Id: I1086c910bbcade7fb3938bb1226813212794b587
Reviewed-on: https://go-review.googlesource.com/c/go/+/538458
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Aaron Bieber <aaron@bolddaemon.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Joel Sing <joel@sing.id.au>
src/runtime/os_openbsd.go