mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Posix: fix build failure (#235)
Fixes: a48f137896
("Posix Port: Comment and remove unused variables (#230)")
Authored-by: Thomas Pedersen <thomas@adapt-ip.com>
This commit is contained in:
parent
ef4c305244
commit
23f641850d
2
portable/ThirdParty/GCC/Posix/port.c
vendored
2
portable/ThirdParty/GCC/Posix/port.c
vendored
|
@ -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. */
|
||||||
|
|
Loading…
Reference in a new issue