]> Cypherpunks repositories - gostls13.git/commitdiff
doc: CL 32796 was reverted, so remove it from go1.8.html
authorIan Lance Taylor <iant@golang.org>
Fri, 2 Dec 2016 00:25:07 +0000 (16:25 -0800)
committerIan Lance Taylor <iant@golang.org>
Fri, 2 Dec 2016 00:26:16 +0000 (00:26 +0000)
Reversion CL was 33770.

Change-Id: I119f26796bb2b66d302e132dd118847ac3bd6633
Reviewed-on: https://go-review.googlesource.com/33807
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go1.8.html

index c05e70a586571c46a427c33d894a928a6db504f8..244e8cc8cab2f5749431d0010f46e4d71cf5191b 100644 (file)
@@ -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>