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

Test for ffi_prep_closure_loc() to make sure we can use this function #787

Merged
merged 1 commit into from Jun 5, 2020

Commits on Jun 3, 2020

  1. Test for ffi_prep_closure_loc() to make sure we can use this function

    We use this function since ffi-1.13.0 but didn't test for it.
    It seems that MacOS 10.14 ships a libffi which is missing this function (older than 11 years).
    
    On the other hand we don't use ffi_closure_alloc() any longer.
    
    Fixes ffi#785
    larskanis committed Jun 3, 2020
    Copy the full SHA
    440f336 View commit details
    Browse the repository at this point in the history