Skip to content

x/sys/unix: dup2 syscall is missing on mips64* #20340

@jcowgill

Description

@jcowgill

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

go version go1.8.1 linux/mips64le

What operating system and processor architecture are you using?

Debian Stretch mips64el

What did you do?

Run x/sys/unix testsuite.

What did you expect to see?

It passes

What did you see instead?

# golang.org/x/sys/unix_test
./syscall_unix_test.go:326: undefined: unix.Dup2
FAIL    golang.org/x/sys/unix [build failed]

It appears the Dup2 syscall is missing on mips64 and mips64le.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions