Staging
v0.5.1
Revision 473db47747bb8bc986d88ad81799bcbd88153ac5 authored by Alexey Izbyshev on 24 October 2020, 17:47:38 UTC, committed by GitHub on 24 October 2020, 17:47:38 UTC
Using POSIX_CALL() is incorrect since pthread_sigmask() returns
the error number instead of setting errno.

Also handle failure of the first call to pthread_sigmask()
in the parent process, and explain why we don't handle failure
of the second call in a comment.
1 parent e01e442
History
File Mode Size
Tokens -rw-r--r-- 1.5 KB
python.gram -rw-r--r-- 32.9 KB

back to top