diff options
Diffstat (limited to 'src/runtime/defs_linux_mipsx.go')
| -rw-r--r-- | src/runtime/defs_linux_mipsx.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/runtime/defs_linux_mipsx.go b/src/runtime/defs_linux_mipsx.go index 5afb6f423f..5d779778c9 100644 --- a/src/runtime/defs_linux_mipsx.go +++ b/src/runtime/defs_linux_mipsx.go @@ -90,17 +90,6 @@ const ( _CLOCK_THREAD_CPUTIME_ID = 0x3 _SIGEV_THREAD_ID = 0x4 - - _EPOLLIN = 0x1 - _EPOLLOUT = 0x4 - _EPOLLERR = 0x8 - _EPOLLHUP = 0x10 - _EPOLLRDHUP = 0x2000 - _EPOLLET = 0x80000000 - _EPOLL_CLOEXEC = 0x80000 - _EPOLL_CTL_ADD = 0x1 - _EPOLL_CTL_DEL = 0x2 - _EPOLL_CTL_MOD = 0x3 ) type timespec struct { @@ -172,12 +161,6 @@ type sigevent struct { _ [_sigev_max_size - unsafe.Sizeof(sigeventFields{})]byte } -type epollevent struct { - events uint32 - pad_cgo_0 [4]byte - data uint64 -} - const ( _O_RDONLY = 0x0 _O_NONBLOCK = 0x80 |
