]> Cypherpunks repositories - gostls13.git/commit
runtime: add test for mincore's return value sign on Linux
authorBrad Fitzpatrick <bradfitz@golang.org>
Thu, 11 Feb 2016 16:36:38 +0000 (16:36 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Thu, 11 Feb 2016 19:09:50 +0000 (19:09 +0000)
commit70418eb819eb1d02c2c56a13159d95baab85d3a8
treeb2be36726c972edd20699b710574de20ce20c300
parent53b66616736480152969fe1749f62e3da07644f7
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>
src/runtime/export_test.go
src/runtime/runtime_linux_test.go