From: Mikio Hara Date: Fri, 16 May 2014 04:18:14 +0000 (+0900) Subject: doc/go1.3.html: add syscall.SendmsgN X-Git-Tag: go1.3beta2~44 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=1704368c5d4de51dad3c46d833e93dfe78fddaa2;p=gostls13.git doc/go1.3.html: add syscall.SendmsgN LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/93430044 --- 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 @@ -457,6 +457,14 @@ now considers the DEL character, U+007F, to be non-printing. +
  • +The syscall package now provides +SendmsgN +as an alternate version of +Sendmsg +that returns the number of bytes written. +
  • +
  • On Windows, the syscall package now supports the cdecl calling convention through the addition of a new function