mirror of
https://github.com/golang/sys.git
synced 2026-02-08 03:36:03 +03:00
unix: correct build tag to define Getdirentries for darwin/arm with Go 1.11
Fixes golang/go#36300 Change-Id: I42692b47135870b52a26eb9662ca54648c9cfaf2 Reviewed-on: https://go-review.googlesource.com/c/sys/+/212459 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Keith Randall <khr@golang.org>
This commit is contained in:
committed by
Tobias Klauser
parent
c709ea063b
commit
04cbcbbfee
@@ -2,7 +2,7 @@
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// +build darwin,386,!go1.12
|
||||
// +build darwin,arm,!go1.12
|
||||
|
||||
package unix
|
||||
|
||||
|
||||
Reference in New Issue
Block a user