From: Mikio Hara Date: Fri, 4 Oct 2013 04:13:56 +0000 (+0900) Subject: doc/go1.2.html: update a minor change to syscall X-Git-Tag: go1.2rc2~68 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=eb002c50f5aaa3d63ff01a406bbe8dd30fdc9535;p=gostls13.git doc/go1.2.html: update a minor change to syscall R=golang-dev, r CC=golang-dev https://golang.org/cl/14379043 --- diff --git a/doc/go1.2.html b/doc/go1.2.html index 2fa80c72b6..4b8efb66c1 100644 --- a/doc/go1.2.html +++ b/doc/go1.2.html @@ -880,7 +880,8 @@ which swaps an unsafe.Pointer.
  • -syscall: implemented Sendfile for Darwin, added Syscall9 for Darwin/amd64 (CL 10980043). +The syscall package now implements +Sendfile for Darwin.