From c7152f4a69dc4966a728e82cd2a035a11b720e9f Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Fri, 25 Dec 2020 18:27:37 -0500 Subject: [PATCH] Fix omission from 741631c9b012baab1725e43557fabf384d71f169 * MODULES.html.sh (func_all_modules): Do s/free/free-posix/. --- MODULES.html.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MODULES.html.sh b/MODULES.html.sh index 7e7cdae3e..85e8d3065 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1700,7 +1700,7 @@ func_all_modules () func_begin_table func_module calloc-gnu func_module eealloc - func_module free + func_module free-posix func_module malloc-gnu func_module realloc-gnu func_module reallocarray -- 2.29.2