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

common: signal_handler: added support for using reentrant strsignal() implementations vs. sys_siglist[] #6796

Merged
merged 1 commit into from Dec 19, 2015

Commits on Dec 9, 2015

  1. signal_handler: added support for using reentrant strsignal() impleme…

    …ntations vs. sys_siglist[]
    
    musl libc does not provide sys_siglist. It does provide a reentrant implementation of strsignal().
    
    Added a cmake build option for using reentrant strsignal() impls instead of sys_siglist.
    
    Signed-off-by: John Coyle <dx9err@gmail.com>
    dx9 committed Dec 9, 2015
    Copy the full SHA
    82c40b6 View commit details
    Browse the repository at this point in the history