Skip to content

Commit

Permalink
Merge pull request #1609 from shirou/feat/process_freebsd_arm64_type_…
Browse files Browse the repository at this point in the history
…generated

[process][freebsd]: re-generate types on freebsd arm64
  • Loading branch information
shirou committed Mar 23, 2024
2 parents 1d9f956 + 94b8051 commit ce0395f
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
34 changes: 17 additions & 17 deletions process/process_freebsd_arm64.go

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

2 changes: 1 addition & 1 deletion process/types_freebsd.go
Expand Up @@ -12,11 +12,11 @@ Input to cgo -godefs.
// +godefs map struct_proc int64 /* proc */
// +godefs map struct_user int64 /* user */
// +godefs map struct_vnode int64 /* vnode */
// +godefs map struct_vnode int64 /* vnode */
// +godefs map struct_filedesc int64 /* filedesc */
// +godefs map struct_vmspace int64 /* vmspace */
// +godefs map struct_pcb int64 /* pcb */
// +godefs map struct_thread int64 /* thread */
// +godefs map struct_pwddesc int64 /* pwddesc, not accurate */
// +godefs map struct___sigset [16]byte /* sigset */

package process
Expand Down

0 comments on commit ce0395f

Please sign in to comment.