]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused F_{GET,SET}FL cgo constants on solaris and openbsd
authorTobias Klauser <tklauser@distanz.ch>
Fri, 14 Jul 2023 18:30:43 +0000 (20:30 +0200)
committerGopher Robot <gobot@golang.org>
Thu, 24 Aug 2023 17:47:39 +0000 (17:47 +0000)
commit65c133506f42c3e4180c0444970b224228244afc
tree9234d76e3a4361d4ee9ea71bcd9c9513a8dd3329
parentdb24f63b108eb26546aa0b675d3cb649a6b597bb
runtime: remove unused F_{GET,SET}FL cgo constants on solaris and openbsd

The generated constants were already removed by CL 497076, so the cgo
constants used to generate them are no longer needed as well.

Change-Id: I37dabd800461d134424af8bd72fb0c1b8504d604
Reviewed-on: https://go-review.googlesource.com/c/go/+/509676
Reviewed-by: Ian Lance Taylor <iant@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
src/runtime/defs_openbsd.go
src/runtime/defs_solaris.go