Skip to content

Commit

Permalink
[process][freebsd]: re-generate types on freebsd arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
shirou committed Mar 12, 2024
1 parent 5b2dd59 commit 94b8051
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
Original file line number Diff line number Diff line change
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 94b8051

Please sign in to comment.