diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-10-07 20:30:57 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-10-07 20:30:57 +0000 |
commit | fa279678a0770fe71ddfbb3cba8400a37754a1e7 (patch) | |
tree | fb8c0128730c6af17644b1ed0ba1b4676f69c8d9 /nptl/ChangeLog | |
parent | c4f9fc3a99de138da440da307753ce73ed4c6747 (diff) | |
download | glibc-fa279678a0770fe71ddfbb3cba8400a37754a1e7.tar.gz |
* Versions.def: Add GLIBC_2.6 to libpthread.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f96101aa9e..5f55561eb9 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,17 @@ +2006-10-07 Ulrich Drepper <drepper@redhat.com> + + * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: New file. + * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: New file. + * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: + New file. + * pthread_attr_setstack.c: Allow overwriting the version number of the + new symbol. + * pthread_attr_setstacksize.c: Likewise. + (__old_pthread_attr_setstacksize): If STACKSIZE_ADJUST is defined use + it. + * sysdeps/unix/sysv/linux/powerpc/Versions (libpthread): Add + pthread_attr_setstack and pthread_attr_setstacksize to GLIBC_2.6. + 2006-09-24 Ulrich Drepper <drepper@redhat.com> [BZ #3251] |