Skip to content

Commit

Permalink
Use unix.Epoll* functions
Browse files Browse the repository at this point in the history
To be able to compile and run on the Linux@arm64 architecture
one has to use the `golang.org/x/sys/unix` package instead
the `syscall` package. This is because of these Go upstream
bugs that won't be fixed in the standard library:

- syscall: arm64: epoll_wait syscall not implemented
  golang/go#25813
  • Loading branch information
dparalen committed May 16, 2019
1 parent e708092 commit d0d350d
Showing 1 changed file with 40 additions and 39 deletions.
79 changes: 40 additions & 39 deletions vendor/github.com/osrg/gobgp/server/sockopt_linux.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d0d350d

Please sign in to comment.