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

libsemanage: Mimic GNU basename() API for non-glibc library e.g. musl #440

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Sep 1, 2024

  1. libsemanage: Mimic GNU basename() API for non-glibc library e.g. musl

    musl only provides POSIX version of basename and it has also removed
    providing it via string.h header [1] which now results in compile errors
    with newer compilers e.g. clang-18
    
    [1] https://git.musl-libc.org/cgit/musl/commit/?id=725e17ed6dff4d0cd22487bb64470881e86a92e7
    
    Signed-off-by: Brahmajit Das <[email protected]>
    listout committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    4d0f8ca View commit details
    Browse the repository at this point in the history