Retro68/gcc/libgo/go/net/cgo_openbsd.go

15 lines
276 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.
//go:build cgo && !netgo
2014-09-21 17:33:12 +00:00
package net
/*
#include <netdb.h>
*/
import "C"
2017-04-10 11:32:00 +00:00
const cgoAddrInfoFlags = C.AI_CANONNAME