Reversion CL was 33770.
Change-Id: I119f26796bb2b66d302e132dd118847ac3bd6633
Reviewed-on: https://go-review.googlesource.com/33807
Reviewed-by: Ian Lance Taylor <iant@golang.org>
</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>