1
0
mirror of https://github.com/golang/go synced 2024-11-26 22:01:27 -07:00

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>
This commit is contained in:
Brad Fitzpatrick 2016-11-30 04:15:17 +00:00
parent 93dfb49d86
commit 32aff9ea7f

View File

@ -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)