doc/go1.2.html: update a minor change to syscall

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/14379043
This commit is contained in:
Mikio Hara 2013-10-04 13:13:56 +09:00
parent 4207897dcc
commit eb002c50f5
1 changed files with 2 additions and 1 deletions

View File

@ -880,7 +880,8 @@ which swaps an <code>unsafe.Pointer</code>.
</li>
<li>
syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043).
The <a href="/pkg/syscall/"><code>syscall</code></a> package now implements
<a href="/pkg/syscall/#Sendfile"><code>Sendfile</code></a> for Darwin.
</li>
<li>