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 #1628

Closed
wants to merge 2 commits into from
Closed

Commits on Sep 13, 2023

  1. Fix typo in helper_thread.c

    The typo fix will now compile block_signals(void) correctly.
    shailevi23 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    8dff7ac View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. fix typo in helper_thread.c

    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
    1ac20a6 View commit details
    Browse the repository at this point in the history