mirror of https://github.com/golang/go.git
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:
parent
4207897dcc
commit
eb002c50f5
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue