diff options
author | Ulrich Drepper <drepper@redhat.com> | 2007-01-10 19:41:26 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2007-01-10 19:41:26 +0000 |
commit | a744da905975293474573b9c1978e77a28bb49be (patch) | |
tree | 07456887725e8726ce7cdde151660b91f852c372 /nptl/ChangeLog | |
parent | 0f841e93f1b471aa0d18920dc8d397131ebfed84 (diff) | |
download | glibc-a744da905975293474573b9c1978e77a28bb49be.tar glibc-a744da905975293474573b9c1978e77a28bb49be.tar.gz glibc-a744da905975293474573b9c1978e77a28bb49be.tar.bz2 glibc-a744da905975293474573b9c1978e77a28bb49be.zip |
* io/fts.c: Make sure fts_cur is always valid after return from
fts_read.
Patch by Miloslav Trmac <mitr@redhat.com>.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 631e20ddbb..66f5ff6fef 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2007-01-10 Jakub Jelinek <jakub@redhat.com> + + * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c: + Adjust include path for pthread_barrier_wait.c move. + 2006-12-21 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/pthread_kill.c (pthread_kill): Make sure @@ -71,7 +76,7 @@ * sysdeps/pthread/pthread_getcpuclockid.c: Move to... * pthread_getcpuclockid.c: ...here. - * init.c: USE_TLS support is now default. + * init.c: USE_TLS support is now always enabled. * tst-tls5.h: Likewise. * sysdeps/alpha/tls.h: Likewise. * sysdeps/i386/tls.h: Likewise. |