aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMikio Hara <mikioh.mikioh@gmail.com>2014-05-16 13:18:14 +0900
committerMikio Hara <mikioh.mikioh@gmail.com>2014-05-16 13:18:14 +0900
commit1704368c5d4de51dad3c46d833e93dfe78fddaa2 (patch)
tree2bccab8ece8649eeb675305cf7eaf225e5cf8425
parentc6aa2e5ac8097f9491a407c3bb2385159d9aed32 (diff)
downloadgo-1704368c5d4de51dad3c46d833e93dfe78fddaa2.tar.gz
go-1704368c5d4de51dad3c46d833e93dfe78fddaa2.zip
doc/go1.3.html: add syscall.SendmsgN
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/93430044
-rw-r--r--doc/go1.3.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/go1.3.html b/doc/go1.3.html
index 056c4cbe81..bf72a052e7 100644
--- a/doc/go1.3.html
+++ b/doc/go1.3.html
@@ -458,6 +458,14 @@ non-printing.
</li>
<li>
+The <a href="/pkg/syscall/"><code>syscall</code></a> package now provides
+<a href="/pkg/syscall/#SendmsgN"><code>SendmsgN</code></a>
+as an alternate version of
+<a href="/pkg/syscall/#Sendmsg"><code>Sendmsg</code></a>
+that returns the number of bytes written.
+</li>
+
+<li>
On Windows, the <a href="/pkg/syscall/"><code>syscall</code></a> package now
supports the cdecl calling convention through the addition of a new function
<a href="/pkg/syscall/#NewCallbackCDecl"><code>NewCallbackCDecl</code></a>