diff options
| author | Mikio Hara <mikioh.mikioh@gmail.com> | 2016-10-01 19:20:32 +0900 |
|---|---|---|
| committer | Mikio Hara <mikioh.mikioh@gmail.com> | 2016-10-03 23:53:42 +0000 |
| commit | 89c4cbd7acc36cf627746f379f0cc002b5b60383 (patch) | |
| tree | 91b5630e081abdd8f894681f2e20ffd41528e006 /src/encoding/json/encode.go | |
| parent | 7e0218cdb204cec082601988324d54ef484a8f5f (diff) | |
| download | go-89c4cbd7acc36cf627746f379f0cc002b5b60383.tar.xz | |
syscall: fix Send{msg,msgN}, Recvmsg and control message handling on solaris
This change switches the use of socket implementation from the
conventional SUS-based one to the latest POSIX-based one to make
socket control message work correctly on Solaris.
It looks like those two implementations, Socket over TLI/XTI and
Socket, have different semantics in details but it wouldn't hurt
the existing applications because the exposed syscall API doesn't
support socket properties related to such a protocol independent
application framework.
Fixes #7402.
Change-Id: I45a4e782d606bfbebe1404086c50a8c69af53461
Reviewed-on: https://go-review.googlesource.com/30171
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Diffstat (limited to 'src/encoding/json/encode.go')
0 files changed, 0 insertions, 0 deletions
