aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-11 17:57:46 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-11 17:57:46 +0000
commitbd7d6b406d28d0eb334b10e7cdfe952698fa2032 (patch)
tree7cb7a4e17e1910c6e196171c577036dc2dd7b199 /ChangeLog
parentaf047cff7142b324f9236a745ee9cafb400434ba (diff)
downloadglibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.tar
glibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.tar.gz
glibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.tar.bz2
glibc-bd7d6b406d28d0eb334b10e7cdfe952698fa2032.zip
* include/sys/stat.h: Add libc_hidden_proto for __fxstatat64.
* sysdeps/unix/sysv/linux/fxstatat64.c: Add libc_hidden_def for __fxstatat64. * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Add __GI___fxstatat64 alias. * libio/memstream.c (_IO_mem_finish): Fix potential memory leak of realloc fails. * include/sched.h: Add libc_hidden_proto for __sched_yield.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bf39f53070..e8bcf3321b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
2006-01-11 Ulrich Drepper <drepper@redhat.com>
+ * include/sys/stat.h: Add libc_hidden_proto for __fxstatat64.
+ * sysdeps/unix/sysv/linux/fxstatat64.c: Add libc_hidden_def for
+ __fxstatat64.
+ * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Add
+ __GI___fxstatat64 alias.
+
+ * libio/memstream.c (_IO_mem_finish): Fix potential memory leak of
+ realloc fails.
+
+ * include/sched.h: Add libc_hidden_proto for __sched_yield.
+
* libio/genops.c (_IO_unbuffer_write): Give concurrently running
threads the chance to work correctly by trying to lock the stream.
If this does not work, proceed without locking.