vendor/golang.org/x/sys/unix/syscall_netbsd_arm64.go
changeset 256 6d9efbef00a9
parent 251 1c52a0eeb952
equal deleted inserted replaced
255:4f153a23adab 256:6d9efbef00a9
     1 // Copyright 2019 The Go Authors. All rights reserved.
     1 // Copyright 2019 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 arm64 && netbsd
     5 // +build arm64,netbsd
     6 // +build arm64,netbsd
     6 
     7 
     7 package unix
     8 package unix
     8 
     9 
     9 func setTimespec(sec, nsec int64) Timespec {
    10 func setTimespec(sec, nsec int64) Timespec {