vendor/golang.org/x/sys/unix/sockcmsg_unix.go
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
child 265 05c40b36d3b2
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // Copyright 2011 The Go Authors. All rights reserved.
     1 // Copyright 2011 The Go Authors. All rights reserved.
     2 // Use of this source code is governed by a BSD-style
     2 // Use of this source code is governed by a BSD-style
     3 // license that can be found in the LICENSE file.
     3 // license that can be found in the LICENSE file.
     4 
     4 
     5 // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris
     5 //go:build aix || darwin || dragonfly || freebsd || linux || netbsd || openbsd || solaris || zos
       
     6 // +build aix darwin dragonfly freebsd linux netbsd openbsd solaris zos
     6 
     7 
     7 // Socket control messages
     8 // Socket control messages
     8 
     9 
     9 package unix
    10 package unix
    10 
    11