Use dup2 on FreeBSD aarch64

This commit is contained in:
mikael 2020-04-29 17:32:00 +02:00
parent 3487bbfaed
commit 81f829b1b9
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build arm64
// +build linux,arm64
package logging

View File

@ -1,5 +1,5 @@
// +build linux openbsd freebsd darwin
// +build !arm64
// +build !linux,arm64
package logging