Retro68/gcc/libgo/go/net/cgo_aix.go

14 lines
268 B
Go
Raw Normal View History

2018-12-28 15:30:48 +00:00
// Copyright 2011 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
//go:build cgo && !netgo
2018-12-28 15:30:48 +00:00
package net
import (
"syscall"
)
const cgoAddrInfoFlags = syscall.AI_CANONNAME