[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:20:04 PDT 2024
================
@@ -7,7 +7,7 @@
//===----------------------------------------------------------------------===//
#include "new.h"
-#include <stdlib.h> // For free, etc
+#include "hdr/free.h" // For free, etc
----------------
lntue wrote:
we don't need the comment anymore.
https://github.com/llvm/llvm-project/pull/114690
More information about the libc-commits
mailing list