[PATCH v2] nptl: Fix __libc_cleanup_pop_restore asynchronous restore (BZ#29214)
Adhemerval Zanella
adhemerval.zanella@linaro.org
Tue Jun 7 16:06:07 GMT 2022
On 07/06/2022 12:48, Andreas Schwab wrote:
> On Jun 07 2022, Adhemerval Zanella via Libc-alpha wrote:
>
>> This was due a wrong revert done on 404656009b459658.
>
> Ok.
>
>> + /* Wait indefinitely for cancellation, which only works if asynchronous
>> + cancellation is enabled. */
>> +#ifdef SYS_pause
>> + syscall (__NR_pause);
>
> That should be SYS_pause.
>
Ok, I will fix it.
More information about the Libc-alpha
mailing list