[libc-commits] [libc] [libc] Remove the #include <stdlib.h> header (PR #114453)
Job Henandez Lara via libc-commits
libc-commits at lists.llvm.org
Thu Oct 31 16:15:05 PDT 2024
================
@@ -14,7 +14,7 @@
#include "src/__support/macros/properties/os.h"
#include <stddef.h> // For size_t
-#include <stdlib.h> // For malloc, free etc.
----------------
Jobhdez wrote:
I’m going to have to do this pr first because the malloc and free proxies depend on the stdlib_overlay.h file that’s in this pr. I have to add it to the CMakelists in hdr/. Is this ok with you? Or do you have suggestions?
https://github.com/llvm/llvm-project/pull/114453
More information about the libc-commits
mailing list