Skip to content

Commit ce0395f

Browse files
authored
Merge pull request #1609 from shirou/feat/process_freebsd_arm64_type_generated
[process][freebsd]: re-generate types on freebsd arm64
2 parents 1d9f956 + 94b8051 commit ce0395f

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

process/process_freebsd_arm64.go

+17-17
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

process/types_freebsd.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Input to cgo -godefs.
1212
// +godefs map struct_proc int64 /* proc */
1313
// +godefs map struct_user int64 /* user */
1414
// +godefs map struct_vnode int64 /* vnode */
15-
// +godefs map struct_vnode int64 /* vnode */
1615
// +godefs map struct_filedesc int64 /* filedesc */
1716
// +godefs map struct_vmspace int64 /* vmspace */
1817
// +godefs map struct_pcb int64 /* pcb */
1918
// +godefs map struct_thread int64 /* thread */
19+
// +godefs map struct_pwddesc int64 /* pwddesc, not accurate */
2020
// +godefs map struct___sigset [16]byte /* sigset */
2121

2222
package process

0 commit comments

Comments
 (0)