diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-03-15 20:33:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-03-15 20:33:43 +0000 |
commit | e3b22ad379f53950da7edf8d63d9f44e4d55d51c (patch) | |
tree | a1458a07d60cd962a308870b1603882bc49ad6d8 /nptl/init.c | |
parent | 4f514b6bf2bdb23a144bf9c77ad34cde58f8c607 (diff) | |
download | glibc-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/init.c')
-rw-r--r-- | nptl/init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/init.c b/nptl/init.c index fd4544c99f..f46e0bb531 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 |