Remove C implementation of epoll on arm64

`"golang.org/x/sys/unix"` support epoll on arm64
with 324e137580
There is no need a C implementation of epoll on arm64.

Signed-off-by: Lei Jitang <leijitang@huawei.com>
This commit is contained in:
Lei Jitang
2017-05-26 13:22:45 -04:00
parent 199544ea80
commit 435f03d237
2 changed files with 1 additions and 75 deletions

View File

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