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 typo in helper_thread.c and run block_signals(void) function in linux only. #1632

Closed
wants to merge 1 commit into from

Commits on Sep 14, 2023

  1. fix typo in helper_thread.c and run block_signals(void) function in l…

    …inux only.
    
    Compiling the code with the typo fix of "#ifdef CONFIG_PTHREAD_SIGMASK" will show that ret is unknown, hence, we are adding the line "int ret;".
    This fix of typo will fix some other bugs I've encountered.
    
    Also, sigmask works in linux environment, so we will if defined it to linux only.
    
    Signed-off-by: Shai Levy shailevy23@gmail.com
    shailevi23 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    c6cc470 View commit details
    Browse the repository at this point in the history