Skip to content
Snippets Groups Projects
Commit b60aa0bb authored by Simon McVittie's avatar Simon McVittie
Browse files

Fix error reporting for pthread_sigmask()


Unlike most POSIX functions, instead of returning -1 and setting errno
on error, pthread_sigmask() returns a positive errno-like value on error.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 52e494e5
No related branches found
No related tags found
1 merge request!619CLI tools: unblock and unignore signals during startup
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment