summaryrefslogtreecommitdiffstats
path: root/logging/logging_other.go
diff options
context:
space:
mode:
authormikael <mikael@FreeBSD.org>2020-04-29 17:32:00 +0200
committermikael <mikael@FreeBSD.org>2020-04-29 17:32:00 +0200
commit81f829b1b9ff3febdf01134711ffbdca5d2dc8d3 (patch)
tree213c84f03f741fa728b4b0095bb09f147958fcd6 /logging/logging_other.go
parent3487bbfaed43d53faf8d80c0fce488f113820660 (diff)
Use dup2 on FreeBSD aarch64
Diffstat (limited to 'logging/logging_other.go')
-rw-r--r--logging/logging_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/logging/logging_other.go b/logging/logging_other.go
index fd88b83..792ae1e 100644
--- a/logging/logging_other.go
+++ b/logging/logging_other.go
@@ -1,5 +1,5 @@
// +build linux openbsd freebsd darwin
-// +build !arm64
+// +build !linux,arm64
package logging