diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-05-20 16:01:13 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-05-20 16:01:13 -0700 |
commit | ca9cf0d99e3fe7eb13d34bc36281afe326ffebfa (patch) | |
tree | 1491f5d4fbf3d630e3af61f82b3eeff346118ed5 /system/lib/libc.symbols | |
parent | 447f96296b661b1a0ab6f1fd0a0dad495d97c823 (diff) | |
parent | 492b230a84c5cd39585d6c06edeb2bca7709abaa (diff) |
Merge pull request #2369 from juj/musl_charfuncs
Musl charfuncs
Diffstat (limited to 'system/lib/libc.symbols')
-rw-r--r-- | system/lib/libc.symbols | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/system/lib/libc.symbols b/system/lib/libc.symbols index eb2053ce..d889d509 100644 --- a/system/lib/libc.symbols +++ b/system/lib/libc.symbols @@ -40,6 +40,7 @@ W _Znwj W _ZnwjRKSt9nothrow_t T __floatscan + T __intscan T __overflow T __shgetc T __shlim @@ -57,6 +58,9 @@ W free W independent_calloc W independent_comalloc + T isdigit + T isspace + T isupper W mallinfo W malloc W malloc_footprint @@ -77,6 +81,12 @@ T memcmp T memcpy T strtod + T strtoull + T strtoll + T strtoul + T strtol + T strtoimax + T strtoumax T strcoll T __strcoll_l W strcoll_l @@ -89,4 +99,5 @@ T strtof_l T strtold T strtold_l + T tolower W valloc |