Skip to content

Commit

Permalink
s/CachestatArgpack/Cachestat_t/g
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Oct 8, 2023
1 parent 909e5b9 commit d18fbb9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion unix/linux/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -5828,5 +5828,5 @@ type SchedAttr C.struct_sched_attr

const SizeofSchedAttr = C.sizeof_struct_sched_attr

type CachestatArgpack C.struct_cachestat
type Cachestat_t C.struct_cachestat
type CachestatRange C.struct_cachestat_range
2 changes: 1 addition & 1 deletion unix/syscall_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -2483,4 +2483,4 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) {
return attr, nil
}

//sys Cachestat(fd uint, crange *CachestatRange, cstat *CachestatArgpack, flags uint) (err error)
//sys Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flags uint) (err error)
2 changes: 1 addition & 1 deletion unix/zsyscall_linux.go

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

2 changes: 1 addition & 1 deletion unix/ztypes_linux.go

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

0 comments on commit d18fbb9

Please sign in to comment.