From 5f7339fd738083baf7e42268301babd4324c3e3e Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Fri, 18 Aug 2006 02:49:28 +0000 Subject: Merge from trunk. --- libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c') diff --git a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c index af1581a4c..b9ada6417 100644 --- a/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c +++ b/libpthread/linuxthreads/sysdeps/unix/sysv/linux/allocrtsig.c @@ -56,7 +56,7 @@ __libc_current_sigrtmin (void) init (); return current_rtmin; } -strong_alias (__libc_current_sigrtmin, __libc_current_sigrtmin_private); +strong_alias (__libc_current_sigrtmin, __libc_current_sigrtmin_private) libc_hidden_def (__libc_current_sigrtmin) /* Return number of available real-time signal with lowest priority. */ @@ -67,7 +67,7 @@ __libc_current_sigrtmax (void) init (); return current_rtmax; } -strong_alias (__libc_current_sigrtmax, __libc_current_sigrtmax_private); +strong_alias (__libc_current_sigrtmax, __libc_current_sigrtmax_private) libc_hidden_def (__libc_current_sigrtmax) /* Allocate real-time signal with highest/lowest available @@ -84,4 +84,4 @@ __libc_allocate_rtsig (int high) return high ? current_rtmin++ : current_rtmax--; } -strong_alias (__libc_allocate_rtsig, __libc_allocate_rtsig_private); +strong_alias (__libc_allocate_rtsig, __libc_allocate_rtsig_private) -- cgit v1.2.3