about summary refs log tree commit diff
path: root/sysdeps/generic/internal-signals.h
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-15 17:22:15 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2021-03-26 13:37:18 -0300
commit09ce31eddfd87aab73ad7a7e92d3cb27e35199ac (patch)
treeb080fd2f57ed4b09d79c5a47aefcdb61e4cde5ed /sysdeps/generic/internal-signals.h
parent70a1e36cbea1463325933a5e622da7bd66a9bdab (diff)
downloadglibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.gz
glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.tar.xz
glibc-09ce31eddfd87aab73ad7a7e92d3cb27e35199ac.zip
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.
Diffstat (limited to 'sysdeps/generic/internal-signals.h')
-rw-r--r--sysdeps/generic/internal-signals.h4
1 files changed, 4 insertions, 0 deletions
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 <stdbool.h>
 #include <stddef.h>
 
+/* 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)
 {