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:
@@ -1,4 +1,4 @@
|
||||
// +build linux,!arm64
|
||||
// +build linux
|
||||
|
||||
package sys
|
||||
|
||||
|
||||
Reference in New Issue
Block a user