Call real pthread_sigmask instead of its wrapper in start_mark_threads
authorIvan Maidanski <ivmai@mail.ru>
Fri, 28 Sep 2018 06:35:51 +0000 (09:35 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 28 Sep 2018 06:38:10 +0000 (09:38 +0300)
commit612a8697263cf5ead0add954891d364e547f2fd6
tree724932417fd7b49af7a689d74b6b6b5a55231aea
parentd6db3f005ecfff2a54b0fbd228933ae5eb12be50
Call real pthread_sigmask instead of its wrapper in start_mark_threads
(fix of commit 95947bdc5)

The wrapper itself does not do anything useful in this case.

* pthread_support.c [PARALLEL_MARK && !NO_MARKER_SPECIAL_SIGMASK]
(GC_start_mark_threads_inner): Call REAL_FUNC(pthread_sigmask) instead
of pthread_sigmask.
pthread_support.c