aboutsummaryrefslogtreecommitdiff
path: root/tools/system_libs.py
diff options
context:
space:
mode:
authorJukka Jylänki <jujjyl@gmail.com>2014-03-15 19:50:46 +0200
committerJukka Jylänki <jujjyl@gmail.com>2014-03-28 23:06:17 -0400
commit77b24249f9444e48e73844e926691b1955cf8ebd (patch)
treea4f0aa546adf256a48214416f7986a5f772ab574 /tools/system_libs.py
parent4c601e62b9d7cf6a2a873c6886f701ad7de31fde (diff)
Migrate to using musl 0.9.13 strspn and strcspn for better asm.js performance.
Diffstat (limited to 'tools/system_libs.py')
-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 086b8ddd..1027a5a1 100644
--- a/tools/system_libs.py
+++ b/tools/system_libs.py
@@ -242,9 +242,11 @@ def calculate(temp_files, in_temp, stdout, stderr):
'memrchr.c',
'strcasestr.c',
'strchrnul.c',
+ 'strcspn.c',
'strlcat.c',
'strlcpy.c',
'strsep.c',
+ 'strspn.c',
'strverscmp.c',
'wcpcpy.c',
'wcpncpy.c',