diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/system_libs.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/system_libs.py b/tools/system_libs.py index f61e2f79..527c573a 100644 --- a/tools/system_libs.py +++ b/tools/system_libs.py @@ -248,9 +248,11 @@ def calculate(temp_files, in_temp, stdout, stderr): 'strchr.c', 'strchrnul.c', 'strcspn.c', + 'strdup.c', 'strlcat.c', 'strlcpy.c', 'strncat.c', + 'strndup.c', 'strnlen.c', 'strrchr.c', 'strsep.c', |