]> Cypherpunks.ru repositories - gostls13.git/commit
runtime: remove unused pipe and setNonblock on linux/loong64
authorTobias Klauser <tklauser@distanz.ch>
Tue, 7 Jun 2022 05:25:10 +0000 (07:25 +0200)
committerGopher Robot <gobot@golang.org>
Wed, 8 Jun 2022 01:54:08 +0000 (01:54 +0000)
commit2882786bf4cd779f166e9ced82a4da2ea0f8b1f9
treefb18be172b1ff068fe81f528cc9fd7f61c5a09ab
parentdecdd87bea5ab380b6c2a656735db9b2eb08a202
runtime: remove unused pipe and setNonblock on linux/loong64

CL 389354 removed the fallback to pipe on all platforms with pipe2. This
is the case for linux. Thus, pipe and setNonblock are no longer needed
on linux/loong64 too.

Change-Id: I089adf918d0fd8de5d4d61a893707a2660f89183
Reviewed-on: https://go-review.googlesource.com/c/go/+/410736
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Tobias Klauser <tobias.klauser@gmail.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/runtime/defs_linux_loong64.go
src/runtime/sys_linux_loong64.s