mirror of
https://github.com/rancher/os.git
synced 2025-09-03 15:54:24 +00:00
Bump libcompose and sync dependencies
This commit is contained in:
19
vendor/github.com/docker/containerd/archutils/epoll.go
generated
vendored
19
vendor/github.com/docker/containerd/archutils/epoll.go
generated
vendored
@@ -1,19 +0,0 @@
|
||||
// +build linux,!arm64
|
||||
|
||||
package archutils
|
||||
|
||||
import (
|
||||
"syscall"
|
||||
)
|
||||
|
||||
func EpollCreate1(flag int) (int, error) {
|
||||
return syscall.EpollCreate1(flag)
|
||||
}
|
||||
|
||||
func EpollCtl(epfd int, op int, fd int, event *syscall.EpollEvent) error {
|
||||
return syscall.EpollCtl(epfd, op, fd, event)
|
||||
}
|
||||
|
||||
func EpollWait(epfd int, events []syscall.EpollEvent, msec int) (int, error) {
|
||||
return syscall.EpollWait(epfd, events, msec)
|
||||
}
|
Reference in New Issue
Block a user