Skip to content

Commit cde4660

Browse files
mauri870gopherbot
authored andcommitted
unix: add linux mseal system call
The mseal system call was added in Linux 6.10. See https://lwn.net/Articles/954936. Change-Id: Ic812a5d784effbc1f362045ffeb6f7e50ee5f8bb GitHub-Last-Rev: de3924e GitHub-Pull-Request: #209 Reviewed-on: https://go-review.googlesource.com/c/sys/+/600518 Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Auto-Submit: Ian Lance Taylor <[email protected]> Reviewed-by: Michael Knyszek <[email protected]>
1 parent 31ef9e7 commit cde4660

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

unix/syscall_linux.go

+1
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(b []byte, flags uint) (err error)

unix/zsyscall_linux.go

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

0 commit comments

Comments
 (0)