From e3b22ad379f53950da7edf8d63d9f44e4d55d51c Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 15 Mar 2004 20:33:43 +0000 Subject: Update. * stdio-common/vfscanf.c: Simplify error handling macros. Use direct locale access functions. --- nptl/ChangeLog | 8 ++++++-- nptl/init.c | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'nptl') diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 91b8205..d859ecf 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,7 +1,11 @@ +2004-03-15 Ulrich Weigand + + * init.c (nptl_version): Add __attribute_used__ to nptl_version. + 2004-03-12 Richard Henderson - * 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 diff --git a/nptl/init.c b/nptl/init.c index fd4544c..f46e0bb 100644 --- a/nptl/init.c +++ b/nptl/init.c @@ -62,7 +62,7 @@ size_t __static_tls_size; size_t __static_tls_align_m1; /* Version of the library, used in libthread_db to detect mismatches. */ -static const char nptl_version[] = VERSION; +static const char nptl_version[] __attribute_used__ = VERSION; #if defined USE_TLS && !defined SHARED -- cgit v1.1