diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-16 03:51:58 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:17 -0400 |
commit | d468544eec5b4900228a19b5af1fa0d051e736ac (patch) | |
tree | 5233a5071ebbc40a6278737a36bd0a13c85ab86d /tools | |
parent | 3d4e9a45fc13d559aaaaed8f37ed10e26482b597 (diff) |
Migrate to using musl 0.9.13 strncat for better asm.js performance.
Diffstat (limited to 'tools')
-rw-r--r-- | tools/system_libs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index c02583c8..6814e806 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -246,6 +246,7 @@ def calculate(temp_files, in_temp, stdout, stderr): 'strcspn.c', 'strlcat.c', 'strlcpy.c', + 'strncat.c', 'strsep.c', 'strspn.c', 'strverscmp.c', |