]> Cypherpunks repositories - gostls13.git/commit
runtime: fix mmap comments
authorShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 05:50:02 +0000 (13:50 +0800)
committerShenghou Ma <minux.ma@gmail.com>
Fri, 21 Sep 2012 05:50:02 +0000 (13:50 +0800)
commitb151af1f36b0e2274bbf4b816a80c940126f6b32
treed3f3d8f69eff05c3d0d17a7eb53fc1315c5d624f
parent85729503834e899324640023f2e969042ed647ff
runtime: fix mmap comments
We only pass lower 32 bits of file offset to asm routine.

R=r, dave, rsc
CC=golang-dev
https://golang.org/cl/6499118
src/pkg/runtime/runtime.h
src/pkg/runtime/sys_freebsd_386.s
src/pkg/runtime/sys_netbsd_386.s
src/pkg/runtime/sys_openbsd_386.s