Skip to content

Commit 5a407f4

Browse files
committed
unix: add linux mseal system call
1 parent 2313acf commit 5a407f4

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

unix/syscall_linux.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2592,3 +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)

unix/zsyscall_linux.go

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)