commit | 96fdef9e75cabe2ef2528912dd3a850eb52c8048 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Mon Aug 12 16:57:21 2024 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Mon Aug 12 16:57:21 2024 +0000 |
tree | 801b0a48834567b6a324ff7bd97fa138ba33788d | |
parent | 7a6842dcf6ad3b49d113f313435bf6268ce50958 [diff] | |
parent | d512580522ab8024264b08b19fc2c1951aefbc5d [diff] |
Merge "nl_langinfo_l can just be an ELF alias." into main
diff --git a/libc/bionic/langinfo.cpp b/libc/bionic/langinfo.cpp index 6f5057c..9645475 100644 --- a/libc/bionic/langinfo.cpp +++ b/libc/bionic/langinfo.cpp
@@ -98,6 +98,4 @@ return const_cast<char*>(result); } -char* nl_langinfo_l(nl_item item, locale_t) { - return nl_langinfo(item); -} +__strong_alias(nl_langinfo_l, nl_langinfo)