mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-28 15:51:07 +00:00
4 lines
165 B
C
4 lines
165 B
C
/* Set temporarily to non-zero if long double should be considered
|
|||
the same as double. */
|
|||
__thread int __no_long_double attribute_tls_model_ie attribute_hidden;
|