summaryrefslogtreecommitdiff
path: root/signal/allocrtsig.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal/allocrtsig.c')
-rw-r--r--signal/allocrtsig.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/signal/allocrtsig.c b/signal/allocrtsig.c
index 1d5c1f3824..fdf8a6854a 100644
--- a/signal/allocrtsig.c
+++ b/signal/allocrtsig.c
@@ -62,7 +62,6 @@ __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
@@ -74,7 +73,6 @@ __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