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

Include locale.h on any GNU libc platform #925

Merged
merged 1 commit into from
Apr 17, 2024
Merged

Include locale.h on any GNU libc platform #925

merged 1 commit into from
Apr 17, 2024

Commits on Oct 21, 2023

  1. Include locale.h on any GNU libc platform

    locale.h & locale_t are implemented by GNU libc (at least), so any OS
    based on it has them; hence, extend the check to use __GLIBC__ as
    alternative to __linux__.
    
    Updates commit 7d82553 by bringing
    __GLIBC__ back in use.
    
    Fixes commit 2a2ff9e by dropping the
    check for macOS (__APPLE__) when GNU libc is available; there is no
    GNU libc on macOS, so that check is always false.
    pinotree committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b3f49b2 View commit details
    Browse the repository at this point in the history