]> sourceware.org Git - glibc.git/commit
ia64: Remove sigprocmask/sigblock objects from libpthread
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 13 Mar 2020 19:10:08 +0000 (19:10 +0000)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 21 Apr 2020 17:01:58 +0000 (14:01 -0300)
commit34d49f120df2787788acfdf86769277a1a7ebccb
tree860541c9c962b2db55cb4670a7c5839a230a6b89
parentc6663fee4340291cd825fd8a88c219621f4eca9d
ia64: Remove sigprocmask/sigblock objects from libpthread

It is required because __libc_unwind_longjmp (used on thread
cancellation) calls __sigprocmask.  Replace with a direct call.

They are required because __libc_unwind_longjmp (used for thread
cancellation) calls __sigprocmask.  Replace this with a direct call.

The sigblock function is not exported and is not used internally, so
it can be removed.

Checked on cross build for ia64-linux-gnu.
sysdeps/ia64/nptl/Makefile
sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c
This page took 0.036474 seconds and 5 git commands to generate.