Move epoll to sys package
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
parent
0806a0d8db
commit
789ff967c1
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
// +build linux,!arm64
|
||||
|
||||
package epoll
|
||||
package sys
|
||||
|
||||
import (
|
||||
"syscall"
|
|
@ -1,6 +1,6 @@
|
|||
// +build linux,arm64
|
||||
|
||||
package epoll
|
||||
package sys
|
||||
|
||||
// #include <sys/epoll.h>
|
||||
/*
|
Loading…
Reference in a new issue