* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
[official-gcc.git] / libgo / go / syscall / socket_linux_ppc64x_type.go
blob96afdeb85fdf68dd31638350d0eb96b9ac202fbb
1 // socket_linux_ppc64x_type.go -- Socket handling specific to ppc64 GNU/Linux.
3 // Copyright 2015 The Go Authors. All rights reserved.
4 // Use of this source code is governed by a BSD-style
5 // license that can be found in the LICENSE file.
7 // +build linux,ppc64 linux,ppc64le
9 package syscall
11 // Type needed on ppc64le & ppc64
13 type RawSockaddr struct {
14 Family uint16
15 Data [14]uint8