Skip to content

Commit de3924e

Browse files
committed
change Mseal signature to accept a []byte as first argument
1 parent 2dba83f commit de3924e

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

unix/syscall_linux.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -2592,4 +2592,4 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) {
25922592
}
25932593

25942594
//sys Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flags uint) (err error)
2595-
//sys Mseal(addr uintptr, len int, flags uint) (err error)
2595+
//sys Mseal(b []byte, flags uint) (err error)

unix/zsyscall_linux.go

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

0 commit comments

Comments
 (0)