Merge pull request #226 from hqhq/hq_fix_epoll_arm64

Correct build flag for arm64
This commit is contained in:
Michael Crosby 2016-05-06 10:40:41 -07:00
commit 121437994c
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
// +build linux,!aarch64 // +build linux,!arm64
package archutils package archutils

View file

@ -1,4 +1,4 @@
// +build linux,aarch64 // +build linux,arm64
package archutils package archutils