libgo: Update to current sources.

From-SVN: r192704
This commit is contained in:
Ian Lance Taylor 2012-10-23 04:31:11 +00:00
parent 0b7463235f
commit 4ccad563d2
554 changed files with 56940 additions and 12634 deletions

View file

@ -12,6 +12,6 @@ package net
import "syscall"
func cgoAddrInfoMask() int {
return syscall.AI_MASK
func cgoAddrInfoFlags() int {
return (syscall.AI_CANONNAME | syscall.AI_V4MAPPED | syscall.AI_ALL) & syscall.AI_MASK
}