]> Cypherpunks repositories - gostls13.git/commit
syscall: add Pipe2 on solaris and use it for forkExecPipe
authorTobias Klauser <tklauser@distanz.ch>
Tue, 8 Mar 2022 10:13:37 +0000 (11:13 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Tue, 8 Mar 2022 21:16:30 +0000 (21:16 +0000)
commitde8ddd97accb417450db014d1f45723515cb5d80
tree21a46873ab90b9e17661726868bf58bb72a2e40e
parente030833880b4ed20a7c153e6e58190c5649284ac
syscall: add Pipe2 on solaris and use it for forkExecPipe

Other platforms already define Pipe2, so add it for solaris as well.

Change-Id: If0d2dfc9a3613479fb4611a673a20a4aa0af0b2b
Reviewed-on: https://go-review.googlesource.com/c/go/+/390714
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
Trust: Matt Layher <mdlayher@gmail.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/syscall/forkpipe.go
src/syscall/forkpipe2.go
src/syscall/syscall_solaris.go
src/syscall/zsyscall_solaris_amd64.go