From 04cbcbbfeed8aa0b2b010b2ddab558e9f717fd3e Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Sat, 28 Dec 2019 21:33:25 +0100 Subject: [PATCH] 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 Reviewed-by: Keith Randall --- unix/syscall_darwin_arm.1_11.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unix/syscall_darwin_arm.1_11.go b/unix/syscall_darwin_arm.1_11.go index c81510da..0e3f25ac 100644 --- a/unix/syscall_darwin_arm.1_11.go +++ b/unix/syscall_darwin_arm.1_11.go @@ -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