]> Cypherpunks repositories - gostls13.git/commit
runtime: remove unused _F_SETFL const on linux
authorTobias Klauser <tklauser@distanz.ch>
Mon, 20 Jan 2020 09:23:41 +0000 (10:23 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 24 Feb 2020 15:55:01 +0000 (15:55 +0000)
commit90c71cec5bca21e8c7e984fffbd0ad62d7067f5d
tree51a4bc63ae59fb08a81032cb0e1c63f1c7e0f02a
parent4e8badbbc2fe7854bb1c12a9ee42315b4d535051
runtime: remove unused _F_SETFL const on linux

This constant is only used on libc-based platforms (aix, darwin,
solaris).

Change-Id: Ic57d1fe3b1501c5b552eddb9aba11f1e02510082
Reviewed-on: https://go-review.googlesource.com/c/go/+/220421
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/defs_linux_386.go
src/runtime/defs_linux_amd64.go
src/runtime/defs_linux_arm.go
src/runtime/defs_linux_arm64.go