1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

nptl: Remove __libc_allocate_rtsig, __libc_current_sigrtmax, and __libc_current_sigrtmin

The libc version is identical and built with same flags.

Checked on x86_64-linux-gnu.
This commit is contained in:
Adhemerval Zanella
2021-03-15 17:22:15 -03:00
parent 70a1e36cbe
commit 09ce31eddf
36 changed files with 10 additions and 183 deletions

View File

@@ -40,6 +40,11 @@
#define SIGSETXID (__SIGRTMIN + 1)
/* How many signal numbers need to be reserved for libpthread's private uses
(SIGCANCEL and SIGSETXID). */
#define RESERVED_SIGRT 2
/* Return is sig is used internally. */
static inline bool
__is_internal_signal (int sig)