mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-06 12:01:08 +03:00
Using a ({ }) structure avoids the "value computed is not used"
that a simple () structure causes.
Using a ({ }) structure avoids the "value computed is not used"
that a simple () structure causes.