* io/fts.c: Make sure fts_cur is always valid after return from

fts_read.
	Patch by Miloslav Trmac <mitr@redhat.com>.
This commit is contained in:
Ulrich Drepper 2007-01-10 19:41:26 +00:00
parent 0f841e93f1
commit a744da9059
3 changed files with 13 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2007-01-10 Ulrich Drepper <drepper@redhat.com>
* io/fts.c: Make sure fts_cur is always valid after return from
fts_read.
Patch by Miloslav Trmac <mitr@redhat.com>.
2006-10-27 Richard Sandiford <richard@codesourcery.com>
* elf/elf.h (R_MIPS_GLOB_DAT): Define.

View File

@ -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.

View File

@ -1 +1 @@
#include "../../../../../../pthread/pthread_barrier_wait.c"
#include "../../../../../../../pthread_barrier_wait.c"