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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user