projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac315d
)
(__libc_current_sigrtmin, __libc_current_sigrtmax): Add libc_hidden_def.
author
drepper
<drepper>
Tue, 31 Dec 2002 20:05:35 +0000
(20:05 +0000)
committer
drepper
<drepper>
Tue, 31 Dec 2002 20:05:35 +0000
(20:05 +0000)
nptl/sysdeps/unix/sysv/linux/allocrtsig.c
patch
|
blob
|
history
diff --git
a/nptl/sysdeps/unix/sysv/linux/allocrtsig.c
b/nptl/sysdeps/unix/sysv/linux/allocrtsig.c
index
5badaea
..
e3622c6
100644
(file)
--- a/
nptl/sysdeps/unix/sysv/linux/allocrtsig.c
+++ b/
nptl/sysdeps/unix/sysv/linux/allocrtsig.c
@@
-31,6
+31,7
@@
__libc_current_sigrtmin (void)
{
return current_rtmin;
}
+libc_hidden_def (__libc_current_sigrtmin)
strong_alias (__libc_current_sigrtmin, __libc_current_sigrtmin_private)
@@
-39,6
+40,7
@@
__libc_current_sigrtmax (void)
{
return current_rtmax;
}
+libc_hidden_def (__libc_current_sigrtmax)
strong_alias (__libc_current_sigrtmax, __libc_current_sigrtmax_private)