diff options
Diffstat (limited to 'src/runtime/defs_linux_arm.go')
| -rw-r--r-- | src/runtime/defs_linux_arm.go | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/src/runtime/defs_linux_arm.go b/src/runtime/defs_linux_arm.go index 18aa0931e5..999c11431b 100644 --- a/src/runtime/defs_linux_arm.go +++ b/src/runtime/defs_linux_arm.go @@ -87,17 +87,6 @@ const ( _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 - _AF_UNIX = 0x1 _SOCK_DGRAM = 0x2 ) @@ -208,12 +197,6 @@ type sigactiont struct { sa_mask uint64 } -type epollevent struct { - events uint32 - _pad uint32 - data [8]byte // to match amd64 -} - type sockaddr_un struct { family uint16 path [108]byte |
