vendor/golang.org/x/sys/unix/fcntl.go
changeset 275 4a25a40d0c59
parent 256 6d9efbef00a9
equal deleted inserted replaced
274:cea6d2f4f728 275:4a25a40d0c59
     1 // Copyright 2014 The Go Authors. All rights reserved.
     1 // Copyright 2014 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 //go:build dragonfly || freebsd || linux || netbsd || openbsd
     5 //go:build dragonfly || freebsd || linux || netbsd
     6 // +build dragonfly freebsd linux netbsd openbsd
       
     7 
     6 
     8 package unix
     7 package unix
     9 
     8 
    10 import "unsafe"
     9 import "unsafe"
    11 
    10