Merge branch 'main' into inline-some-list-functions-to-optimise-xTaskIncrementTick

This commit is contained in:
alfred gedeon 2021-01-08 14:37:43 -08:00 committed by GitHub
commit 42cd879967
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. */