goreplay icon indicating copy to clipboard operation
goreplay copied to clipboard

Use `unix.Poll` directly instead of `unix.Syscall`

Open avdv opened this issue 3 years ago • 2 comments

The former works on all unix systems, the latter does not since unix.SYS_POLL does not exist on arm64 linux.

Fixes #1034

avdv avatar Nov 08 '22 19:11 avdv

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Nov 08 '22 19:11 CLAassistant

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

sonarqubecloud[bot] avatar Nov 08 '22 19:11 sonarqubecloud[bot]