diff options
author | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-16 03:55:41 +0200 |
---|---|---|
committer | Jukka Jylänki <jujjyl@gmail.com> | 2014-03-28 23:06:17 -0400 |
commit | fc1a3e285393446ef3cc2fad07b2611bf2da80d4 (patch) | |
tree | 1b29bee3eb415cac3014dd76a42b05ad93d639d0 /tools | |
parent | f546d9a039d8b1ead4f6b5843e97faf8b4944a70 (diff) |
Migrate to using musl 0.9.13 strnlen 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 dc24c1e3..2564460a 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -248,6 +248,7 @@ def calculate(temp_files, in_temp, stdout, stderr): 'strlcat.c', 'strlcpy.c', 'strncat.c', + 'strnlen.c', 'strsep.c', 'strspn.c', 'strverscmp.c', |