mirror of
https://github.com/golang/go
synced 2024-11-23 03:40:02 -07:00
doc/go1.3.html: add syscall.SendmsgN
LGTM=iant R=golang-codereviews, iant CC=golang-codereviews https://golang.org/cl/93430044
This commit is contained in:
parent
c6aa2e5ac8
commit
1704368c5d
@ -457,6 +457,14 @@ now considers the <code>DEL</code> character, <code>U+007F</code>, to be
|
|||||||
non-printing.
|
non-printing.
|
||||||
</li>
|
</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>
|
<li>
|
||||||
On Windows, the <a href="/pkg/syscall/"><code>syscall</code></a> package now
|
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
|
supports the cdecl calling convention through the addition of a new function
|
||||||
|
Loading…
Reference in New Issue
Block a user