From 09ce31eddfd87aab73ad7a7e92d3cb27e35199ac Mon Sep 17 00:00:00 2001 From: Adhemerval Zanella Date: Mon, 15 Mar 2021 17:22:15 -0300 Subject: 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. --- sysdeps/generic/internal-signals.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysdeps/generic/internal-signals.h') diff --git a/sysdeps/generic/internal-signals.h b/sysdeps/generic/internal-signals.h index 592c1c7d5c..eaa068dd2c 100644 --- a/sysdeps/generic/internal-signals.h +++ b/sysdeps/generic/internal-signals.h @@ -24,6 +24,10 @@ #include #include +/* How many signal numbers need to be reserved for libpthread's private uses + (SIGCANCEL and SIGSETXID). */ +#define RESERVED_SIGRT 0 + static inline bool __is_internal_signal (int sig) { -- cgit 1.4.1