vendor/golang.org/x/sys/unix/syscall_openbsd_libc.go
changeset 265 05c40b36d3b2
parent 260 445e01aede7e
equal deleted inserted replaced
264:8f478162d991 265:05c40b36d3b2
     1 // Copyright 2022 The Go Authors. All rights reserved.
     1 // Copyright 2022 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 (openbsd && 386) || (openbsd && amd64) || (openbsd && arm) || (openbsd && arm64)
     5 //go:build openbsd
     6 // +build openbsd,386 openbsd,amd64 openbsd,arm openbsd,arm64
     6 // +build openbsd
     7 
     7 
     8 package unix
     8 package unix
     9 
     9 
    10 import _ "unsafe"
    10 import _ "unsafe"
    11 
    11