Skip to content

Commit 909e5b9

Browse files
committed
types s/Cachestat/CachestatArgpack/g
1 parent a119a9a commit 909e5b9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: unix/linux/types.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -5828,5 +5828,5 @@ type SchedAttr C.struct_sched_attr
58285828

58295829
const SizeofSchedAttr = C.sizeof_struct_sched_attr
58305830

5831-
type Cachestat C.struct_cachestat
5831+
type CachestatArgpack C.struct_cachestat
58325832
type CachestatRange C.struct_cachestat_range

Diff for: unix/syscall_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2483,4 +2483,4 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) {
24832483
return attr, nil
24842484
}
24852485

2486-
//sys Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat, flags uint) (err error)
2486+
//sys Cachestat(fd uint, crange *CachestatRange, cstat *CachestatArgpack, flags uint) (err error)

Diff for: unix/zsyscall_linux.go

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

Diff for: unix/ztypes_linux.go

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

0 commit comments

Comments
 (0)