diff options
author | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 16:55:19 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2014-01-13 16:56:03 -0800 |
commit | cd1edebb5034ea52396a5b68304e84ae80878740 (patch) | |
tree | 6a6f8364ea74985d11c4f6ff74e5b80e08dc849d /system/lib/libcextra.symbols | |
parent | af59788f8b7b76515e36bee1bf66edf497b801db (diff) | |
parent | 2914deb17f3857bb02eeec87a58a3ed6d4a8853a (diff) |
Merge branch 'incoming' of github.com:kripken/emscripten into incoming1.8.8
conflicts: tests/test_core.py tools/shared.py
Diffstat (limited to 'system/lib/libcextra.symbols')
-rw-r--r-- | system/lib/libcextra.symbols | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/system/lib/libcextra.symbols b/system/lib/libcextra.symbols index d169ead6..c3475e1c 100644 --- a/system/lib/libcextra.symbols +++ b/system/lib/libcextra.symbols @@ -1,4 +1,12 @@ + T __cosdf + T __intscan W __iswctype_l + T __lgamma_r + T __lgammaf_r + T __lgammal_r + T __memrchr + T __sindf + T __strchrnul T __strxfrm_l W __towlower_l W __towupper_l @@ -16,6 +24,9 @@ T iconv T iconv_close T iconv_open + T ilogb + T ilogbf + T ilogbl T iswalnum T iswalnum_l T iswalpha @@ -42,6 +53,18 @@ T iswupper_l T iswxdigit T iswxdigit_l + T ldexp + T ldexpf + T ldexpl + T lgamma + W lgamma_r + T lgammaf + W lgammaf_r + T lgammal + W lgammal_r + T logb + T logbf + T logbl T mblen T mbrlen T mbrtowc @@ -50,15 +73,32 @@ T mbsrtowcs T mbstowcs T mbtowc + T memccpy + T memmem + T mempcpy + W memrchr T regcomp T regerror T regexec T regfree + T scalbnf + D signgam + 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 + T tgamma + T tgammaf + T tgammal T towctrans T towctrans_l T towlower @@ -94,8 +134,17 @@ T wcsrtombs T wcsspn T wcsstr + T wcstod + T wcstof + T wcstoimax T wcstok + T wcstol + T wcstold + T wcstoll T wcstombs + T wcstoul + T wcstoull + T wcstoumax T wcswcs T wcswidth T wcsxfrm |