mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
runtime: add test for mincore's return value sign on Linux
Updates #14297 Change-Id: I6b5f5020af5efaaa71280bdeb2ff99785ee9b959 Reviewed-on: https://go-review.googlesource.com/19457 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
53b6661673
commit
70418eb819
2 changed files with 15 additions and 0 deletions
|
|
@ -28,6 +28,8 @@ var Exitsyscall = exitsyscall
|
|||
var LockedOSThread = lockedOSThread
|
||||
var Xadduintptr = atomic.Xadduintptr
|
||||
|
||||
var Mincore = mincore
|
||||
|
||||
var FuncPC = funcPC
|
||||
|
||||
var Fastlog2 = fastlog2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue