Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | syscall: avoid dup2 in forkAndExecInChild1 on Android | Elias Naur | 2020-05-28 | 1 | -0/+9 |
Android O and newer blocks the dup2 syscall. Change-Id: Ibca01fc72ef114deeef6c0450a8b81a556ed0530 Reviewed-on: https://go-review.googlesource.com/c/go/+/235537 Run-TryBot: Elias Naur <mail@eliasnaur.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org> |