aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Fitzpatrick <bradfitz@golang.org>2016-11-30 04:15:17 +0000
committerBrad Fitzpatrick <bradfitz@golang.org>2016-11-30 04:15:45 +0000
commit32aff9ea7fd402f0d999f90bf74bc3368e77cc45 (patch)
tree03ca3135217ef99be96a361f58f75cf94a0283bc
parent93dfb49d86ff085a4e644d596a0632de66feb135 (diff)
downloadgo-32aff9ea7fd402f0d999f90bf74bc3368e77cc45.tar.gz
go-32aff9ea7fd402f0d999f90bf74bc3368e77cc45.zip
doc: remove two go1.8.txt items
Change-Id: I9035d1c9e81c4f772512958fed92d14335b8a9de Reviewed-on: https://go-review.googlesource.com/33685 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
-rw-r--r--doc/go1.8.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/go1.8.txt b/doc/go1.8.txt
index 49f29a399a..e66ad387f3 100644
--- a/doc/go1.8.txt
+++ b/doc/go1.8.txt
@@ -54,6 +54,3 @@ runtime: pass windows float syscall args via XMM (CL 32173)
runtime: print sigcode on signal crash (CL 32183)
runtime: record current PC for SIGPROF on non-Go thread (CL 30252)
runtime: sleep on CLOCK_MONOTONIC in futexsleep1 on freebsd (CL 30154)
-
-syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris (CL 30171)
-syscall: remove X__cmsg_data from Cmsghdr (CL 32319)