Skip to content

Commit

Permalink
Add support for freebsd/arm64 (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Kortkamp authored and creack committed Dec 9, 2019
1 parent 3a6a957 commit 8ab47f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ztypes_freebsd_arm64.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 comment on commit 8ab47f7

@MikaelUrankar
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is a missing padding field in the struct, it should be:

type fiodgnameArg struct {
        Len       int32
        Pad_cgo_0 [4]byte
        Buf       *byte
}

Please sign in to comment.