Fix Posix build error

This commit is contained in:
Alfred Gedeon 2021-01-04 13:46:10 -08:00
parent ef4c305244
commit 9b5d1b4261

View file

@ -525,7 +525,7 @@ int iRet;
* will be unblocked.
*/
(void)pthread_sigmask( SIG_SETMASK, &xAllSignals,
*&xSchedulerOriginalSignalMask );
&xSchedulerOriginalSignalMask );
/* SIG_RESUME is only used with sigwait() so doesn't need a
handler. */