]> Cypherpunks repositories - gostls13.git/commit
syscall: drop fallback to pipe in Pipe on linux/arm
authorTobias Klauser <tklauser@distanz.ch>
Wed, 8 Sep 2021 08:41:56 +0000 (10:41 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 9 Sep 2021 04:47:41 +0000 (04:47 +0000)
commitc84f3a4004076b0e3dcef0a17573d85eb90ef5fc
tree5b190a14ebd82aa873502c667504d207c3ff811c
parent376a079762bf8db387510d50ed718ec1259d1b7c
syscall: drop fallback to pipe in Pipe on linux/arm

Follow-up for CL 346789

The minimum required Linux kernel version for Go 1.18 will be changed to
2.6.32, see #45964. The pipe2 syscall was added in 2.6.27, so the
fallback to use pipe in Pipe on linux/arm can be removed.

For #45964

Change-Id: I8b18244ca1f849f10e90565b4fef80ce777fef69
Reviewed-on: https://go-review.googlesource.com/c/go/+/347349
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/syscall_linux_arm.go