2.4.90-25
This commit is contained in:
parent
8180672636
commit
f9ba25105e
@ -3396,3 +3396,17 @@
|
|||||||
|
|
||||||
/* Remember the repertoire we use. */
|
/* Remember the repertoire we use. */
|
||||||
if (!ignore_content)
|
if (!ignore_content)
|
||||||
|
--- libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c.jj 2006-08-25 11:01:24.000000000 +0200
|
||||||
|
+++ libc/nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c 2006-08-25 11:53:28.000000000 +0200
|
||||||
|
@@ -58,9 +58,10 @@ __libc_pthread_init (ptr, reclaim, funct
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
-
|
||||||
|
+#ifdef SHARED
|
||||||
|
libc_freeres_fn (freeres_libptread)
|
||||||
|
{
|
||||||
|
if (__libc_pthread_functions.ptr_freeres != NULL)
|
||||||
|
__libc_pthread_functions.ptr_freeres ();
|
||||||
|
}
|
||||||
|
+#endif
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
%define glibcsrcdir glibc-20060825T0639
|
%define glibcsrcdir glibc-20060825T0639
|
||||||
%define glibc_release_tarballs 0
|
%define glibc_release_tarballs 0
|
||||||
%define glibcversion 2.4.90
|
%define glibcversion 2.4.90
|
||||||
%define glibcrelease 24
|
%define glibcrelease 25
|
||||||
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
%define auxarches i586 i686 athlon sparcv9 alphaev6
|
||||||
%define xenarches i686 athlon
|
%define xenarches i686 athlon
|
||||||
%ifarch %{xenarches}
|
%ifarch %{xenarches}
|
||||||
@ -1453,7 +1453,7 @@ rm -f *.filelist*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-24
|
* Fri Aug 25 2006 Jakub Jelinek <jakub@redhat.com> 2.4.90-25
|
||||||
- temporarily back out code to limit number of unsorted block
|
- temporarily back out code to limit number of unsorted block
|
||||||
sort iterations (#203735, #204027)
|
sort iterations (#203735, #204027)
|
||||||
- handle PLT symbols in dladdr properly (BZ#2683)
|
- handle PLT symbols in dladdr properly (BZ#2683)
|
||||||
|
Loading…
Reference in New Issue
Block a user