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

Remove getdtablesize calls in favor of sysconf(_SC_OPEN_MAX). #45

Merged
merged 1 commit into from Dec 14, 2020

Conversation

waywardmonkeys
Copy link
Contributor

getdtablesize() has long been deprecated in favor of
sysconf(_SC_OPEN_MAX).

Copy link
Collaborator

@nbriggs nbriggs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

`getdtablesize()` has long been deprecated in favor of
`sysconf(_SC_OPEN_MAX)`.
@waywardmonkeys
Copy link
Contributor Author

The macOS failure here is from actions/runner-images#2247 ... not an issue with this PR.

@nbriggs nbriggs merged commit 605499b into Interlisp:master Dec 14, 2020
@waywardmonkeys waywardmonkeys deleted the remove-getdtablesize-calls branch December 14, 2020 23:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants