diff options
Diffstat (limited to 'sysdeps/generic/allocrtsig.c')
-rw-r--r-- | sysdeps/generic/allocrtsig.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/generic/allocrtsig.c b/sysdeps/generic/allocrtsig.c index d8d8943152..ac8d2b6bfe 100644 --- a/sysdeps/generic/allocrtsig.c +++ b/sysdeps/generic/allocrtsig.c @@ -62,6 +62,7 @@ __libc_current_sigrtmin (void) #endif return current_rtmin; } +libc_hidden_def (__libc_current_sigrtmin) /* Return number of available real-time signal with lowest priority. */ int @@ -73,6 +74,7 @@ __libc_current_sigrtmax (void) #endif return current_rtmax; } +libc_hidden_def (__libc_current_sigrtmax) /* Allocate real-time signal with highest/lowest available priority. Please note that we don't use a lock since we assume |