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

syscall: add missing SO_ERROR constant for nacl/*

CL 69340044 requires that syscall.SO_ERROR be defined on all unix like platforms. Add SO_ERROR to the list of dummy constants in sycall/net_nacl.go.

LGTM=bradfitz
R=iant, rsc, mikioh.mikioh, bradfitz
CC=golang-codereviews
https://golang.org/cl/73100043
This commit is contained in:
Dave Cheney 2014-03-09 13:18:12 +11:00
parent 7718c62692
commit 4c75cab678

View File

@ -112,6 +112,7 @@ const (
SO_SNDBUF
SO_KEEPALIVE
SO_LINGER
SO_ERROR
IP_MULTICAST_IF
IP_MULTICAST_LOOP
IP_ADD_MEMBERSHIP