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

musl: backport reallocarray. #31096

Merged
merged 1 commit into from May 24, 2021
Merged

musl: backport reallocarray. #31096

merged 1 commit into from May 24, 2021

Commits on May 24, 2021

  1. musl: backport reallocarray and others.

    It's in POSIX-future and some applications have started depending on it.
    It's easier to backport into musl than fix each individual package.
    
    Since we are adding a new interface to libc, update common/shlibs entry
    as well. This should probably have been done for all musl updates.
    
    And since we are here, also backport:
    - isascii fix (removes the need for a patch in fceux)
    - make epoll a cancellation point (fixes a bug in jack pipewire utilities)
    ericonr committed May 24, 2021
    Copy the full SHA
    dc05d7e View commit details
    Browse the repository at this point in the history