aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-04-17 04:01:04 +0000
committerUlrich Drepper <drepper@redhat.com>2003-04-17 04:01:04 +0000
commita4de3776142887852635b507b43e1e5f7d993774 (patch)
tree01fc5915f10415445de71ce513801d8a0e817b8e /ChangeLog
parent86d273076ccefde7891e22346ae5bbfa789f26eb (diff)
downloadglibc-a4de3776142887852635b507b43e1e5f7d993774.zip
glibc-a4de3776142887852635b507b43e1e5f7d993774.tar.gz
glibc-a4de3776142887852635b507b43e1e5f7d993774.tar.bz2
Update.
* stdio-common/perror.c (perror): We don't need to set the offset to _IO_pos_bad, this is how streams are initialized.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f24395f..ab8c84e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2003-04-16 Ulrich Drepper <drepper@redhat.com>
+ * stdio-common/perror.c (perror): We don't need to set the offset
+ to _IO_pos_bad, this is how streams are initialized.
+
* locale/programs/ld-time.c (TESTARR_ELEM): Make i unsigned.
(time_output): If necessary, allocate new buffer for .name string if
padding is required.