Skip to content

v0.21.0 fails to build on FreeBSD #680

Closed
@swills

Description

@swills

I'm seeing a build failure on FreeBSD:

github.com/zaquestion/lab/cmd
# github.com/zaquestion/lab/cmd
cmd/util_unix.go:33:9: undefined: syscall.Dup3

Yes, the dup3 syscall exists, but I think you can't access it from go via syscall. I think you have to use x/sys/unix Syscall()

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions