Fix bug incorrect pointer to address

This commit is contained in:
microwavesafe 2021-01-05 13:07:56 +00:00 committed by GitHub
parent ef4c305244
commit d4011f4d93
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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. */