[PATCH v8 1/6] nptl: Add __raise_direct
Florian Weimer
fweimer@redhat.com
Fri Mar 20 10:53:37 GMT 2026
* Adhemerval Zanella:
> The function sends a signal to current thread using raw syscalls.
> ---
> include/signal.h | 3 +++
> nptl/pthread_kill.c | 21 +++++++------------
> sysdeps/posix/raise.c | 2 +-
> sysdeps/unix/sysv/linux/Makefile | 4 ++++
> sysdeps/unix/sysv/linux/raise_direct.c | 29 ++++++++++++++++++++++++++
> 5 files changed, 44 insertions(+), 15 deletions(-)
> create mode 100644 sysdeps/unix/sysv/linux/raise_direct.c
Okay.
Reviewed-by: Florian Weimer <fweimer@redhat.com>
Thanks,
Florian
More information about the Libc-alpha
mailing list