aboutsummaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-03-16 04:11:23 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-03-28 23:06:17 -0400
commit64300b2ea56bfe6f09f855cfd7f7f6d99ec39bfe (patch)
tree321fbe00d7b073c0ef829d279786809ce0955056 /tools
parentbbc711d5c719bbd14cd7849309e89608ae13d287 (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.py2
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',