diff options
Diffstat (limited to 'tools/system_libs.py')
-rw-r--r-- | tools/system_libs.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index 5a30547f..f61e2f79 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -236,19 +236,23 @@ def calculate(temp_files, in_temp, stdout, stderr): 'bcmp.c', 'bcopy.c', 'bzero.c', + 'index.c', 'memccpy.c', 'memmem.c', 'mempcpy.c', 'memchr.c', 'memrchr.c', + 'rindex.c', 'stpcpy.c', 'strcasestr.c', + 'strchr.c', 'strchrnul.c', 'strcspn.c', 'strlcat.c', 'strlcpy.c', 'strncat.c', 'strnlen.c', + 'strrchr.c', 'strsep.c', 'strspn.c', 'strstr.c', |