[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:22:36 PDT 2024


================
@@ -13,7 +13,10 @@
 #include "src/__support/macros/config.h"
 
 #include <stddef.h> // size_t
-#include <stdlib.h> // malloc, realloc, free
+
+#include "hdr/free.h"
----------------
lntue wrote:

put the `hdr` with the `src` group above.

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


More information about the libc-commits mailing list