commit | 226c83892295720848932b60365aadd9af86339e | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 14 20:33:39 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 14 20:33:39 2024 +0000 |
tree | 1f6905ebfe5aae36b8352972258c121eca9fab6b | |
parent | dcc7c9c1a7ff28af9db71964ad0f9f5fe61c3c73 [diff] [blame] |
Use an ELF alias for strerror_l(). Change-Id: Ic7416656feab80eed707bed2708c531ecb711a7b
diff --git a/libc/bionic/strerror.cpp b/libc/bionic/strerror.cpp index 743130d..c41b547 100644 --- a/libc/bionic/strerror.cpp +++ b/libc/bionic/strerror.cpp
@@ -102,3 +102,4 @@ strerror_r(error_number, result, sizeof(tls.strerror_buf)); return result; } +__strong_alias(strerror_l, strerror);