1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-09-02 16:01:20 +03:00
* stdio-common/vfscanf.c: Simplify error handling macros.  Use
	direct locale access functions.
This commit is contained in:
Ulrich Drepper
2004-03-15 20:33:43 +00:00
parent 4f514b6bf2
commit e3b22ad379
4 changed files with 116 additions and 174 deletions

View File

@@ -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