fix pthread_sigmask 3 arg type

This commit is contained in:
Marcin Borowicz 2021-03-25 23:05:36 +01:00
parent 9c048e0c71
commit 7619475874
No known key found for this signature in database
GPG key ID: 25B2504E6D692FCD

View file

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