commit | 7ec5cb5f0b01ddc55adeddf48e6f6d1e932eec4b | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Aug 14 20:46:35 2024 +0000 |
committer | Elliott Hughes <enh@google.com> | Wed Aug 14 20:46:35 2024 +0000 |
tree | 7418d806310cba39b32eb5a4f2aca0a39fbec96a | |
parent | dcc7c9c1a7ff28af9db71964ad0f9f5fe61c3c73 [diff] [blame] |
Use an ELF alias for strptime_l(). Change-Id: I21d702640cbd13839e604e49cf928fca00f3db04
diff --git a/libc/tzcode/strptime.c b/libc/tzcode/strptime.c index ae7881e..5f91e46 100644 --- a/libc/tzcode/strptime.c +++ b/libc/tzcode/strptime.c
@@ -97,6 +97,7 @@ return(_strptime(buf, fmt, tm, 1)); } DEF_WEAK(strptime); +__strong_alias(strptime_l, strptime); static char * _strptime(const char *buf, const char *fmt, struct tm *tm, int initialize)