1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-04 03:26:06 +02:00
gitea/vendor/golang.org/x/sys/unix/syscall_darwin_arm.1_11.go
2020-02-20 16:03:34 -05:00

12 lines
300 B
Go
Vendored

// Copyright 2019 The Go Authors. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// +build darwin,arm,!go1.12
package unix
func Getdirentries(fd int, buf []byte, basep *uintptr) (n int, err error) {
return 0, ENOSYS
}