aboutsummaryrefslogtreecommitdiff
path: root/tools/system_libs.py
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-09 19:25:22 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-09 19:25:22 -0800
commit35b3ab1920653562090857a5cdaded74dcde9775 (patch)
treefd29238ab65068601ff3d45459eb1af0b895cb94 /tools/system_libs.py
parentd7b706c3e2c66960c1e737c79d2dd816996918ae (diff)
add missing multibyte/internal.c in musl1.10.4
Diffstat (limited to 'tools/system_libs.py')
-rw-r--r--tools/system_libs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py
index 92f0e24d..3723a5c3 100644
--- a/tools/system_libs.py
+++ b/tools/system_libs.py
@@ -187,6 +187,7 @@ def calculate(temp_files, in_temp, stdout, stderr):
]],
['multibyte', [
'btowc.c',
+ 'internal.c',
'mblen.c',
'mbrlen.c',
'mbrtowc.c',