From 1704368c5d4de51dad3c46d833e93dfe78fddaa2 Mon Sep 17 00:00:00 2001 From: Mikio Hara Date: Fri, 16 May 2014 13:18:14 +0900 Subject: [PATCH] doc/go1.3.html: add syscall.SendmsgN LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/93430044 --- doc/go1.3.html | 8 ++++++++ 1 file changed, 8 insertions(+) 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 -- 2.50.0