]> Cypherpunks repositories - gostls13.git/commit
syscall: fix socketpair in syscall_bsd
authorRuss Cox <rsc@golang.org>
Fri, 24 Sep 2010 18:59:34 +0000 (14:59 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 24 Sep 2010 18:59:34 +0000 (14:59 -0400)
commitf33ef07f3804863b8b24dc838570d00e5c72724c
treeab3cb81d1d69f519e062bdc90c6b83332e229e27
parentdabd9fe92030d44cc5f18b2c2736cdb523991f66
syscall: fix socketpair in syscall_bsd

THIS WILL BREAK THE BUILD.

The z files have socketpair code in them that was
written by hand; breaking the build with this is the first
step in getting rid of that hand-written code.

R=adg
TBR=adg
CC=golang-dev
https://golang.org/cl/2197050
src/pkg/syscall/syscall_bsd.go