Move epoll to sys package
Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
@@ -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>
|
||||
/*
|
||||
Reference in New Issue
Block a user