x/sys/unix: Add Dup3
on FreeBSD
#55935
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
FrozenDueToAge
NeedsFix
The path to resolution is known, but the work has not been done.
OS-FreeBSD
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
syscall.Dup3()
is available on Linux, but not on FreeBSD. However the syscall seems to be present as indicated on thedup3(3)
manpage.A patch like this might work:
The text was updated successfully, but these errors were encountered: