Skip to content

x/sys/unix: Pipe does not work on Darwin #43498

@ianlancetaylor

Description

@ianlancetaylor

The x/sys/unix Pipe implementation is incorrect on Darwin. The x/sys/unix package needs a change along the lines of the change to syscall/syscall_darwin.go in https://golang.org/cl/141639. Unfortunately, it may have to be more complicated if we want to continue supporting Go 1.12 in the x/sys/unix package, as for 1.12 we should probably use the existing version of Pipe.

CC @randall77

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsFixThe path to resolution is known, but the work has not been done.OS-Darwin

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions