[libc-commits] [libc] [libc] Add proxy headers to handle memory allocation associated with the header `#include <stdlib.h> (PR #114690)

via libc-commits libc-commits at lists.llvm.org
Sat Nov 2 18:19:31 PDT 2024


================
@@ -11,7 +11,10 @@
 #include "src/stdio/printf_core/core_structs.h"
 #include "src/stdio/printf_core/printf_main.h"
 #include "src/stdio/printf_core/writer.h"
-#include <stdlib.h> // malloc, realloc, free
+// #include <stdlib.h> // malloc, realloc, free
----------------
lntue wrote:

remove commented line.

https://github.com/llvm/llvm-project/pull/114690


More information about the libc-commits mailing list