Retro68/gcc/libgo/go/net/cgo_android.go

13 lines
272 B
Go
Raw Normal View History

// Copyright 2014 The Go Authors. All rights reserved.
2015-08-28 15:33:40 +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
2015-08-28 15:33:40 +00:00
package net
//#include <netdb.h>
import "C"
2017-04-10 11:32:00 +00:00
const cgoAddrInfoFlags = C.AI_CANONNAME