Skip to content

x/sys/unix: arm64 does not have poll #16052

@Jagmn

Description

@Jagmn

Please answer these questions before submitting your issue. Thanks!

  1. What version of Go are you using (go version)?
    go1.6.1 and go 1.6.2

  2. What operating system and processor architecture are you using (go env)?
    GOARCH="arm64"
    GOHOSTARCH="arm64"
    GOHOSTOS="linux"
    GOOS="linux"

  3. What did you do?
    go get golang.org/x/sys/unix

  4. What did you expect to see?
    Successful completion

  5. What did you see instead?

    golang.org/x/sys/unix

    src/golang.org/x/sys/unix/zsyscall_linux_arm64.go:57: undefined: SYS_POLL

Looks like 7f918dd in https://github.com/golang/sys broke arm64 builds

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions