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

Replace deprecated getdtablesize with sysconf #166

Merged

Conversation

tevio
Copy link
Contributor

@tevio tevio commented Feb 16, 2020

As per the linux foundation deprecation note here:-
http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getdtablesize.html

This change keeps the gem up to date as this function is removed from
various platforms and allows it to run on aarch32/64.

@tevio tevio changed the title Replace deprecated getdtablsize with sysconf Replace deprecated getdtablesize with sysconf Feb 16, 2020
@tevio tevio force-pushed the sm/replace-deprecated-getdtablesize branch from cad433a to efcc0dc Compare February 16, 2020 20:48
As per the linux foundation deprecation note here:-
http://refspecs.linux-foundation.org/LSB_4.0.0/LSB-Core-generic/LSB-Core-generic/baselib-getdtablesize.html

This change keeps the gem up to date as this function is removed from
various platforms and allows it to run on aarch32/64.
@Kjarrigan
Copy link
Member

This changes will be reverted soon-ish due to the implicit GCC (compiler) dependency this caused (through the FFI ConstGenerator)

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.

2 participants