diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2013-12-01 21:42:26 +0700 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2014-01-13 17:59:15 +0700 |
commit | 4353f5df1e4bae2a3d579a5c205b800bcc2d8d39 (patch) | |
tree | fb503cf12bd89a7eb3dbbb06a8612cfe6c859c35 /system/lib/libcextra.symbols | |
parent | 5d078cbbd7d4319ed6a852e14bf3e45f58a99511 (diff) |
Missing string.h functionality.
Diffstat (limited to 'system/lib/libcextra.symbols')
-rw-r--r-- | system/lib/libcextra.symbols | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/system/lib/libcextra.symbols b/system/lib/libcextra.symbols index d169ead6..eb8526de 100644 --- a/system/lib/libcextra.symbols +++ b/system/lib/libcextra.symbols @@ -1,4 +1,6 @@ W __iswctype_l + T __memrchr + T __strchrnul T __strxfrm_l W __towlower_l W __towupper_l @@ -50,12 +52,24 @@ T mbsrtowcs T mbstowcs T mbtowc + T memccpy + T memmem + T mempcpy + W memrchr T regcomp T regerror T regexec T regfree + T strcasecmp_l + T strcasestr + W strchrnul T strfmon T strfmon_l + T strlcat + T strlcpy + T strncasecmp_l + T strsep + T strverscmp T strxfrm W strxfrm_l T swprintf |