Skip to content
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

Use x/sys/unix rather than syscall. #124

Merged
merged 1 commit into from
Jun 19, 2024
Merged

Use x/sys/unix rather than syscall. #124

merged 1 commit into from
Jun 19, 2024

Conversation

skx
Copy link
Owner

@skx skx commented Jun 19, 2024

This makes our code more portable, and avoids the annoyance with Select returning a different number of arguments as per the following golang bug report:

This makes our code more portable, and avoids the annoyance with
Select returning a different number of arguments as per the following
golang bug report:

* golang/go#34458
@skx skx merged commit 0da3ab3 into master Jun 19, 2024
2 checks passed
@skx skx deleted the select branch June 19, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant