]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused _F_{GET,SET}FL constants on solaris and openbsd
authorTobias Klauser <tklauser@distanz.ch>
Mon, 22 May 2023 18:55:07 +0000 (20:55 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 23 May 2023 19:40:51 +0000 (19:40 +0000)
commitc0b860ba313e57e6f57d98d12a0174a024473e0a
tree67b4eff1d34dc3eefe101485557d2adc595d064c
parent0aedfc196bcf14df6325185f8992adbeb3f5a504
runtime: remove unused _F_{GET,SET}FL constants on solaris and openbsd

These are only needed on aix and darwin.

Change-Id: Iea67e4631197359f2bec346ef7d7b723ca23646e
Reviewed-on: https://go-review.googlesource.com/c/go/+/497076
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/defs1_solaris_amd64.go
src/runtime/defs_openbsd_386.go
src/runtime/defs_openbsd_amd64.go
src/runtime/defs_openbsd_arm.go
src/runtime/defs_openbsd_arm64.go