Skip to content

Commit 23f6418

Browse files
authored
Posix: fix build failure (#235)
Fixes: a48f137 ("Posix Port: Comment and remove unused variables (#230)") Authored-by: Thomas Pedersen <[email protected]>
1 parent ef4c305 commit 23f6418

File tree

1 file changed

+1
-1
lines changed
  • portable/ThirdParty/GCC/Posix

1 file changed

+1
-1
lines changed

portable/ThirdParty/GCC/Posix/port.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ int iRet;
525525
* will be unblocked.
526526
*/
527527
(void)pthread_sigmask( SIG_SETMASK, &xAllSignals,
528-
*&xSchedulerOriginalSignalMask );
528+
&xSchedulerOriginalSignalMask );
529529

530530
/* SIG_RESUME is only used with sigwait() so doesn't need a
531531
handler. */

0 commit comments

Comments
 (0)