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

libspl_assert: always link -lpthread on FreeBSD #16168

Merged

Commits on May 6, 2024

  1. libspl_assert: always link -lpthread on FreeBSD

    The pthread_* functions are in -lpthread on FreeBSD. Some of them are
    implicitly linked through libc, but on FreeBSD 13 at least
    pthread_getname_np() is not. Just be explicit, since -lpthread is the
    documented interface anyway.
    
    Signed-off-by: Rob Norris <[email protected]>
    Sponsored-by: https://despairlabs.com/sponsor/
    robn committed May 6, 2024
    Configuration menu
    Copy the full SHA
    f0c28a5 View commit details
    Browse the repository at this point in the history