mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-13 13:37:38 +08:00
clang emits an warning when a double alias redirection is used, to warn the the original symbol will be used even when weak definition is overridden. However, this is a common pattern for weak_alias, where multiple alias are set to same symbol. Reviewed-by: Fangrui Song <maskray@google.com>