aboutsummaryrefslogtreecommitdiff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-03-15 20:33:43 +0000
committerUlrich Drepper <drepper@redhat.com>2004-03-15 20:33:43 +0000
commite3b22ad379f53950da7edf8d63d9f44e4d55d51c (patch)
treea1458a07d60cd962a308870b1603882bc49ad6d8 /nptl/ChangeLog
parent4f514b6bf2bdb23a144bf9c77ad34cde58f8c607 (diff)
downloadglibc-e3b22ad379f53950da7edf8d63d9f44e4d55d51c.tar
glibc-e3b22ad379f53950da7edf8d63d9f44e4d55d51c.tar.gz
glibc-e3b22ad379f53950da7edf8d63d9f44e4d55d51c.tar.bz2
glibc-e3b22ad379f53950da7edf8d63d9f44e4d55d51c.zip
Update.
* stdio-common/vfscanf.c: Simplify error handling macros. Use direct locale access functions.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 91b8205366..d859ecf093 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,11 @@
+2004-03-15 Ulrich Weigand <uweigand@de.ibm.com>
+
+ * init.c (nptl_version): Add __attribute_used__ to nptl_version.
+
2004-03-12 Richard Henderson <rth@redhat.com>
- * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Propagate
- oldvalue from CENABLE to CDISABLE.
+ * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Propagate
+ oldvalue from CENABLE to CDISABLE.
2004-03-12 Ulrich Drepper <drepper@redhat.com>