From e77c3fdee675839abb0df28685534b527b866f3b Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Thu, 4 Apr 2024 11:35:44 -0700 Subject: [PATCH] Adding missing memset import --- symbol-imports.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/symbol-imports.txt b/symbol-imports.txt index c745808..f9f9201 100644 --- a/symbol-imports.txt +++ b/symbol-imports.txt @@ -4,4 +4,5 @@ abort@GLIBC_2.2.5 free@GLIBC_2.2.5 malloc@GLIBC_2.2.5 memcpy@GLIBC_2.14 -memmove@GLIBC_2.2.5 \ No newline at end of file +memmove@GLIBC_2.2.5 +memset@GLIBC_2.2.5