Skip to content

Commit

Permalink
change Mseal signature to accept a []byte as first argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mauri870 committed Jul 27, 2024
1 parent 2dba83f commit de3924e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion unix/syscall_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -2592,4 +2592,4 @@ func SchedGetAttr(pid int, flags uint) (*SchedAttr, error) {
}

//sys Cachestat(fd uint, crange *CachestatRange, cstat *Cachestat_t, flags uint) (err error)
//sys Mseal(addr uintptr, len int, flags uint) (err error)
//sys Mseal(b []byte, flags uint) (err error)
10 changes: 8 additions & 2 deletions unix/zsyscall_linux.go

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

0 comments on commit de3924e

Please sign in to comment.