-
Notifications
You must be signed in to change notification settings - Fork 18k
syscall: use SYS_EPOLL_WAIT on linux/amd64 for compatibility #73338
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
This change applies a change that allows golang binaries to run on older Linux kernels. This fix allows for binaries to work on VMkernel for the ESXi 7.0 hypervisor
This PR (HEAD: 0091a3e) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/664676. Important tips:
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/664676. |
Message from alcidius: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/664676. |
This PR (HEAD: fbd54f5) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/664676. Important tips:
|
Message from Michael Pratt: Patch Set 3: Hold+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/664676. |
Message from alcidius: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/664676. |
Message from alcidius: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/664676. |
Fixes #24980