Move epoll to sys package

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby 2016-11-29 15:37:06 -08:00
parent 0806a0d8db
commit 789ff967c1
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
// +build linux,!arm64
package epoll
package sys
import (
"syscall"

View file

@ -1,6 +1,6 @@
// +build linux,arm64
package epoll
package sys
// #include <sys/epoll.h>
/*