libgo: Update to current sources.
From-SVN: r192704
This commit is contained in:
parent
0b7463235f
commit
4ccad563d2
554 changed files with 56940 additions and 12634 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue