]> git.ipfire.org Git - thirdparty/gcc.git/commit
syscall: Set SizeofSockaddrAny to the value the go distribution uses
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 25 Nov 2013 22:54:05 +0000 (22:54 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 25 Nov 2013 22:54:05 +0000 (22:54 +0000)
commit0fea993fa88a6cd9e514a13838a863cbbbabacdf
treeac17617d8675238b05dbea412974802c975501ee
parent97d12d29aaf0502b243d7a39dc22bd7a8074b039
syscall: Set SizeofSockaddrAny to the value the go distribution uses

In particular this means that the names Getsockname returns are not
truncated to 26 characters.

Fixes issue 6829

https://codereview.appspot.com/31840043/

From-SVN: r205368
libgo/go/syscall/socket.go