mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
Update.
* stdio-common/vfscanf.c: Simplify error handling macros. Use direct locale access functions.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user