mirror of https://github.com/golang/go.git
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/33807 Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
parent
4bc7b5aeba
commit
f52e20582a
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue