Retro68/gcc/libgo/go/net/cgo_netbsd.go

15 lines
284 B
Go
Raw Normal View History

// Copyright 2011 The Go Authors. All rights reserved.
2014-09-21 17:33:12 +00:00
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build cgo,!netgo
package net
/*
#include <netdb.h>
*/
2017-04-10 11:32:00 +00:00
import "syscall"
2014-09-21 17:33:12 +00:00
2017-04-10 11:32:00 +00:00
const cgoAddrInfoFlags = syscall.AI_CANONNAME