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

fix memrchr detection #16

Merged
merged 1 commit into from
Jul 30, 2019
Merged

fix memrchr detection #16

merged 1 commit into from
Jul 30, 2019

Commits on Jul 29, 2019

  1. fix memrchr detection

    this function is defined not on Linux but on GNU, that is,
    systems with glibc 2.2 or higher; also, use an intermediate
    HAVE_MEMRCHR symbol that people with alternative C libraries
    can define to indicate its presence
    mirabilos committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    e9e7e81 View commit details
    Browse the repository at this point in the history