[PATCH v7 2/5] nptl: Add __raise_direct
Florian Weimer
fweimer@redhat.com
Mon Mar 2 09:39:07 GMT 2026
* Adhemerval Zanella:
> diff --git a/sysdeps/htl/raise.c b/sysdeps/htl/raise.c
> index 3200f91634..9c8bccc5a9 100644
> --- a/sysdeps/htl/raise.c
> +++ b/sysdeps/htl/raise.c
> @@ -51,6 +51,9 @@ raise (int signo)
> else
> return __kill (__getpid (), signo);
> }
> +/* TODO: __raise_direct should not change errno and work during process
> + startup. */
> +weak_alias (raise, __raise_direct)
Sam, Guy, could you help with this?
Thanks,
Florian
More information about the Libc-alpha
mailing list