Skip to content

x/sys/unix: Sockaddr for AF_IUCV missing #40826

@bluecmd

Description

@bluecmd

What version of Go are you using (go version)?

$ go version
go version go1.15 linux/s390x

Does this issue reproduce with the latest release?

Yes

What operating system and processor architecture are you using (go env)?

N/A

What did you do?

I try to use AF_IUCV with unix.Connect.
However there is no equivalent to sockaddr_iucv, and the interfaces are private so I cannot create one myself.

What did you expect to see?

A SockaddrIUCV structure that allows me to use AF_IUCV.

What did you see instead?

An impossible scenario where I need to use unix.Syscall directly instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions