diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-16 04:11:23 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:17 -0400 |
commit | 64300b2ea56bfe6f09f855cfd7f7f6d99ec39bfe (patch) | |
tree | 321fbe00d7b073c0ef829d279786809ce0955056 /tools | |
parent | bbc711d5c719bbd14cd7849309e89608ae13d287 (diff) |
Migrate to using musl 0.9.13 strtok and strtok_r for better asm.js performance.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/system_libs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index b6acd0a1..50910a8a 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -259,6 +259,8 @@ def calculate(temp_files, in_temp, stdout, stderr): 'strsep.c', 'strspn.c', 'strstr.c', + 'strtok.c', + 'strtok_r.c', 'strverscmp.c', 'wcpcpy.c', 'wcpncpy.c', |