diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-04-07 17:39:39 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-04-07 17:39:39 -0700 |
commit | d93fd8156ba2530d5ff12caaf9b0eaf557f60de5 (patch) | |
tree | 1f14dcda503ae7ad02be897b0c458abbf699a92a /system/lib/libcextra.symbols | |
parent | d19741ee04ee2c87af48c22902afdc06c22f4aac (diff) | |
parent | a04fd2a2c6110b5c7f65c1d993a582fb12e505e4 (diff) |
Merge pull request #2256 from juj/more_musl1.14.1
More musl.
Diffstat (limited to 'system/lib/libcextra.symbols')
-rw-r--r-- | system/lib/libcextra.symbols | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/system/lib/libcextra.symbols b/system/lib/libcextra.symbols index 54176b1d..64ba670a 100644 --- a/system/lib/libcextra.symbols +++ b/system/lib/libcextra.symbols @@ -22,6 +22,11 @@ T __wcscoll_l T __wcsxfrm_l W __wctype_l + T atoll + T bcmp + T bcopy + T bzero + T bsearch T btowc T ecvt T err @@ -40,6 +45,7 @@ T ilogb T ilogbf T ilogbl + T index T iswalnum T iswalnum_l T iswalpha @@ -87,6 +93,7 @@ T mbstowcs T mbtowc T memccpy + T memchr T memmem T mempcpy W memrchr @@ -96,21 +103,36 @@ C optopt W optreset W putwc_unlocked + T qsort T regcomp T regerror T regexec T regfree + T rindex T scalbnf D signgam + T stpcpy T strcasecmp_l T strcasestr W strchrnul + T strchr + T strcspn + T strdup T strfmon T strfmon_l T strlcat T strlcpy T strncasecmp_l + T strncat + T strndup + T strnlen + T strpbrk + T strrchr T strsep + T strspn + T strstr + T strtok + T strtok_r T strverscmp T strxfrm W strxfrm_l |