* cp-tree.h (build_noexcept_spec, add_exception_specifier): Adjust
[official-gcc.git] / libgo / go / syscall / socket_linux_type.go
blob190c11cc27037e806e6ba6bee0de12fa23819bbc
1 // socket_linux_type.go -- Socket handling specific to 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
8 // +build !ppc64
9 // +build !ppc64le
11 package syscall
13 // Type needed if not on ppc64le or ppc64
15 type RawSockaddr struct {
16 Family uint16
17 Data [14]int8