Commit f52e2058 authored by Ian Lance Taylor's avatar Ian Lance Taylor

doc: CL 32796 was reverted, so remove it from go1.8.html

Reversion CL was 33770.

Change-Id: I119f26796bb2b66d302e132dd118847ac3bd6633
Reviewed-on: https://go-review.googlesource.com/33807Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
parent 4bc7b5ae
......@@ -1469,19 +1469,6 @@ crypto/x509: return error for missing SerialNumber (CL 27238)
</dd>
</dl>
<dl id="os_signal"><dt><a href="/pkg/os/signal/">os/signal</a></dt>
<dd>
<p> <!-- CL 32796 -->
In a Go library built with <code>-buildmode=c-archive</code>
or <code>c-shared</code>, when C code calls a Go function,
the <code>SIGPIPE</code> signal will be treated as usual for Go code.
In particular, when <code>SIGPIPE</code> is triggered by a write
to a closed Go network connection, it will not cause the program
to exit.
</p>
</dd>
</dl>
<dl id="path_filepath"><dt><a href="/pkg/path/filepath/">path/filepath</a></dt>
<dd>
<p>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment