Fix 'address of fudged_set is used out of scope' code defect (sigmask)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 28 Oct 2016 07:07:43 +0000 (10:07 +0300)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 28 Oct 2016 07:07:43 +0000 (10:07 +0300)
commit65347c05120cc72eb8a34a67b940d817372743ae
tree7fec998e03d91da856ed5c9ab194bf7ceacdc11b
parentc10a1d900afabeaf1c8c2f7011bed31d2c572f02
Fix 'address of fudged_set is used out of scope' code defect (sigmask)
(fix commit 81d04a6)

* pthread_support.c [!GC_NO_PTHREAD_SIGMASK] (pthread_sigmask): Move
fudged_set to the outer scope where REAL_FUNC(pthread_sigmask) is
called (a pointer to fudged_set could be passed to the latter function).
pthread_support.c